diff options
Diffstat (limited to 'test/functional/vimscript/string_spec.lua')
-rw-r--r-- | test/functional/vimscript/string_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/vimscript/string_spec.lua b/test/functional/vimscript/string_spec.lua index 719fea2c96..aa93ddb27f 100644 --- a/test/functional/vimscript/string_spec.lua +++ b/test/functional/vimscript/string_spec.lua @@ -7,7 +7,7 @@ local eval = helpers.eval local exc_exec = helpers.exc_exec local pcall_err = helpers.pcall_err local funcs = helpers.funcs -local NIL = helpers.NIL +local NIL = vim.NIL local source = helpers.source describe('string() function', function() |