1
0
forked from aniani/vim

patch 8.2.3337: completing "call g:" returns entries with just "g:"

Problem:    Completing "call g:" returns entries with just "g:". (Naohiro Ono)
Solution:   Skip empty strings returned by get_user_func_name(). (closes #8753)
This commit is contained in:
Bram Moolenaar
2021-08-13 17:48:25 +02:00
parent 92f05f21af
commit 069f90852f
3 changed files with 8 additions and 1 deletions

View File

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