diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-01-01 12:17:00 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-01-01 12:17:00 +0000 |
commit | b79ee0c299d786627784f7304ba84b80e78ece26 (patch) | |
tree | 8c7d0b09c3592f3bb221fabf4d0ff5ae86abf216 /src/version.c | |
parent | 654b729c4c9951f2a46c161d1e9fefdc223fc94e (diff) | |
download | vim-git-b79ee0c299d786627784f7304ba84b80e78ece26.tar.gz |
patch 8.2.3965: Vim9: no easy way to check if Vim9 script is supportedv8.2.3965
Problem: Vim9: no easy way to check if Vim9 script is supported.
Solution: Add has('vim9script').
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 db91b29a7..649954870 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3965, +/**/ 3964, /**/ 3963, |