]> Sergey Matveev's repositories - vim-lsp.git/commit
In Vim9 scripts, s: prefix is not supported for script-local functions and variables
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sun, 13 Feb 2022 16:23:18 +0000 (08:23 -0800)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Sun, 13 Feb 2022 16:23:18 +0000 (08:23 -0800)
commit0197e7e77061c581f72c4f6da1a79e0a77805eb6
tree4bf2da94dff0549b3c40994002d9af357dcecae4
parentd4408926a56d8ac7ef508190158858ce1d416dda
In Vim9 scripts, s: prefix is not supported for script-local functions and variables
13 files changed:
autoload/buffer.vim
autoload/callhierarchy.vim
autoload/diag.vim
autoload/handlers.vim
autoload/lsp.vim
autoload/lspserver.vim
autoload/outline.vim
autoload/selection.vim
autoload/signature.vim
autoload/textedit.vim
plugin/lsp.vim
test/run_tests.sh
test/unit_tests.vim