0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 8.1.1190: has('vimscript-3') does not work

Problem:    has('vimscript-3') does not work.
Solution:   Add "vimscript-3" to the list of features.
This commit is contained in:
Bram Moolenaar
2019-04-20 21:54:28 +02:00
parent abc7c7fc5a
commit 93a4879c20
3 changed files with 6 additions and 0 deletions

View File

@@ -771,6 +771,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1190,
/**/
1189,
/**/