diff options
| author | Bram Moolenaar <Bram@vim.org> | 2021-04-05 15:38:51 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2021-04-05 15:38:51 +0200 |
| commit | 0865b15bc6d869d56713f674d66ad3d0509bf4b9 (patch) | |
| tree | dc9a906fb87f2a388afbbb8551a22849a227f467 /src/version.c | |
| parent | ce5b06a6a972dcc36e460782e10e21a09b227b5d (diff) | |
| download | vim-git-8.2.2718.tar.gz | |
patch 8.2.2718: Vim9: no explicit test for using a global function without g:v8.2.2718
Problem: Vim9: no explicit test for using a global function without the g:
prefix.
Solution: Add a test case.
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index f22d0cb25..961ddea1d 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2718, +/**/ 2717, /**/ 2716, |
