commit | 069f90852f1444cac50491c10dfbd339a3f9e0c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 13 17:48:25 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 13 17:48:25 2021 +0200 |
tree | 6ccd8a87c04f29344cca6f1f8eda6f07a4c48cd6 | |
parent | 92f05f21afdb8a43581554a252cb2fc050f9e03b [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index a31b494..64137db 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3337, +/**/ 3336, /**/ 3335,