aboutsummaryrefslogtreecommitdiff
path: root/test/functional/vimscript/eval_spec.lua
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2022-01-29 23:27:12 +0100
committerGitHub <noreply@github.com>2022-01-29 23:27:12 +0100
commitd7d015ffff1b6c796f9a03f9a7ec914fe5909ee8 (patch)
tree0eefbb1775d299a8b236025b9befee8e316111dd /test/functional/vimscript/eval_spec.lua
parent4458413bc02a1308bd722611227664033916d6f7 (diff)
parent7b3cfee98236095d7af305019298e1479d4feae6 (diff)
downloadrneovim-d7d015ffff1b6c796f9a03f9a7ec914fe5909ee8.tar.gz
rneovim-d7d015ffff1b6c796f9a03f9a7ec914fe5909ee8.tar.bz2
rneovim-d7d015ffff1b6c796f9a03f9a7ec914fe5909ee8.zip
Merge pull request #16975 from dstein64/vim-8.2.3917
vim-patch:8.2.3917: the eval.txt help file is way too big
Diffstat (limited to 'test/functional/vimscript/eval_spec.lua')
-rw-r--r--test/functional/vimscript/eval_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/vimscript/eval_spec.lua b/test/functional/vimscript/eval_spec.lua
index e1459ab5b8..0c2ca8de78 100644
--- a/test/functional/vimscript/eval_spec.lua
+++ b/test/functional/vimscript/eval_spec.lua
@@ -5,7 +5,7 @@
-- null_spec.lua
-- operators_spec.lua
--
--- Tests for the Vimscript |functions| library should live in:
+-- Tests for the Vimscript |builtin-functions| library should live in:
-- test/functional/vimscript/<funcname>_spec.lua
-- test/functional/vimscript/functions_spec.lua