aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta/vimfn.lua
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lua/vim/_meta/vimfn.lua')
-rw-r--r--runtime/lua/vim/_meta/vimfn.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/_meta/vimfn.lua b/runtime/lua/vim/_meta/vimfn.lua
index 2c594e049f..1830e1796b 100644
--- a/runtime/lua/vim/_meta/vimfn.lua
+++ b/runtime/lua/vim/_meta/vimfn.lua
@@ -3507,7 +3507,7 @@ function vim.fn.getregtype(regname) end
--- 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'})