diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-11-08 12:49:47 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-11-08 12:49:47 +0100 |
commit | 8cebd43e9774d2624af43ee5b86939886f2ba490 (patch) | |
tree | 8c1ac4046620ab8c9e70d0c3035903086c9d5d67 /src/version.c | |
parent | 59d8e56e048eb5d384649284fb35363931fc3697 (diff) | |
download | vim-git-8.2.1968.tar.gz |
patch 8.2.1968: Vim9: has() assumes a feature does not change dynamicallyv8.2.1968
Problem: Vim9: has() assumes a feature does not change dynamically.
Solution: Check whether a feature may change dynamically. (closes #7265)
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 fe89862d4..40f385164 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 */ /**/ + 1968, +/**/ 1967, /**/ 1966, |