mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user