1
0
forked from aniani/vim

patch 8.2.0413: buffer menu does not handle special buffers properly

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.
This commit is contained in:
Bram Moolenaar
2020-03-19 18:46:57 +01:00
parent 37f471df6e
commit 5e94a29ebb
7 changed files with 119 additions and 50 deletions

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
413,
/**/
412,
/**/