fix(eval): add the vimscript-1 feature to has()

Include Test_string_concat_scriptversion1 to test that
has('vimscript-1') works (excluding the :scriptversion 1 bit).
This commit is contained in:
Sean Dewar
2021-09-16 18:43:58 +01:00
parent 29bc648d2b
commit 18b32fca67
2 changed files with 26 additions and 0 deletions

View File

@@ -4403,6 +4403,7 @@ static void f_has(typval_T *argvars, typval_T *rettv, FunPtr fptr)
"user_commands",
"vartabs",
"vertsplit",
"vimscript-1",
"virtualedit",
"visual",
"visualextra",