diff options
| author | Bram Moolenaar <Bram@vim.org> | 2021-04-06 21:17:27 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2021-04-06 21:17:27 +0200 |
| commit | 643ce6c0c694667a2afd24bb39d8e9d36d94d7a9 (patch) | |
| tree | e9fb101fb1bc6e4b24291bcdf8100c1428af0bfe /src/version.c | |
| parent | e3d1f4c982bd0fe05496448d7868268c75ff7bfb (diff) | |
| download | vim-git-8.2.2729.tar.gz | |
patch 8.2.2729: Vim9: wrong error message for referring to legacy script varv8.2.2729
Problem: Vim9: wrong error message for referring to legacy script variable.
Solution: Do allow referring to a variable in legacy script without "s:" if
it exists at compile time. (closes #8076)
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 f04198784..8d44824a1 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 */ /**/ + 2729, +/**/ 2728, /**/ 2727, |
