1
0
forked from aniani/vim

patch 8.1.2038: has('vimscript-4') is always 0

Problem:    has('vimscript-4') is always 0.
Solution:   Add "vimscript-4" to the feature table. (Naruhiko Nishino,
            closes #4941)
This commit is contained in:
Bram Moolenaar
2019-09-15 17:49:10 +02:00
parent a046b37c22
commit af91438338
3 changed files with 4 additions and 0 deletions

View File

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