aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/eval.lua')
-rw-r--r--src/nvim/eval.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua
index eec3c68e0f..deaeb51289 100644
--- a/src/nvim/eval.lua
+++ b/src/nvim/eval.lua
@@ -4335,7 +4335,7 @@ M.funcs = {
Note that this is a copy, the value of
script-local variables cannot be changed using
this dictionary.
- version Vimscript version, always 1
+ version Vim script version, always 1
Examples: >vim
echo getscriptinfo({'name': 'myscript'})