commit | b79ee0c299d786627784f7304ba84b80e78ece26 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 01 12:17:00 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 01 12:17:00 2022 +0000 |
tree | 8c7d0b09c3592f3bb221fabf4d0ff5ae86abf216 | |
parent | 654b729c4c9951f2a46c161d1e9fefdc223fc94e [diff] [blame] |
patch 8.2.3965: Vim9: no easy way to check if Vim9 script is supported Problem: Vim9: no easy way to check if Vim9 script is supported. Solution: Add has('vim9script').
diff --git a/src/version.c b/src/version.c index db91b29..6499548 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3965, +/**/ 3964, /**/ 3963,