summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-19 18:46:57 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-19 18:46:57 +0100
commit5e94a29ebbde10dd973d58f1adba9a2fc83877d1 (patch)
tree66b87e6f87e558d31f2313791895a428fe9dead3 /src/testdir/test_alot.vim
parent37f471df6ee422beb4d08ee4ccda35f8279e3bb7 (diff)
patch 8.2.0413: buffer menu does not handle special buffers properlyv8.2.0413
Problem: Buffer menu does not handle special buffers properly. Solution: Keep a dictionary with buffer names to reliably keep track of entries. Also trigger BufFilePre and BufFilePost for command-line and terminal buffers when the name changes.
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r--src/testdir/test_alot.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index 171abde35e..375213c8a0 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -19,7 +19,6 @@ source test_glob2regpat.vim
source test_global.vim
source test_jumps.vim
source test_lispwords.vim
-source test_menu.vim
source test_move.vim
source test_put.vim
source test_recover.vim