diff options
Diffstat (limited to 'runtime/lua/vim/_meta/vimfn.lua')
-rw-r--r-- | runtime/lua/vim/_meta/vimfn.lua | 2 |
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'}) |