commit | 1bb4de5302ba038b9c59e845b6d735e87d5681d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 13 19:48:46 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 13 19:48:46 2021 +0100 |
tree | 9b61661df621590824d24222d42fa7601fb87e53 | |
parent | 37487e16da7877129edee8d11b9b7f5c8df312c6 [diff] [blame] |
patch 8.2.2341: expresison command line completion incomplete after "g:" Problem: Expresison command line completion shows variables but not functions after "g:". (Gary Johnson) Solution: Prefix "g:" when needed to a global function.
diff --git a/src/version.c b/src/version.c index 24462a0..78b805f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2341, +/**/ 2340, /**/ 2339,