1
0
forked from aniani/vim

patch 8.1.1732: completion in cmdwin does not work for buffer-local commands

Problem:    Completion in cmdwin does not work for buffer-local commands.
Solution:   Use the right buffer. (closes #4711)
This commit is contained in:
Bram Moolenaar
2019-07-22 21:55:18 +02:00
parent 26b654a5df
commit f03e328348
3 changed files with 37 additions and 4 deletions

View File

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