]> Sergey Matveev's repositories - vim-lsp.git/commit
Bump up the minimum required Vim version to 9.0 and cleanup the code
authorYegappan Lakshmanan <yegappan@yahoo.com>
Fri, 30 Sep 2022 01:55:10 +0000 (18:55 -0700)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Fri, 30 Sep 2022 01:55:10 +0000 (18:55 -0700)
commit67bd20bda3e2c4d2c6814bc3dbea90dcf3a3e867
tree9b5abfe8681713297ee358a1e9a6d50b3f150448
parent9c3844fb2f00fd05a178ab8bcb569646eb04f1e3
Bump up the minimum required Vim version to 9.0 and cleanup the code
17 files changed:
.github/workflows/unitests.yml
README.md
autoload/lsp/callhierarchy.vim
autoload/lsp/codeaction.vim
autoload/lsp/diag.vim
autoload/lsp/handlers.vim
autoload/lsp/lsp.vim
autoload/lsp/lspserver.vim
autoload/lsp/outline.vim
autoload/lsp/selection.vim
autoload/lsp/signature.vim
autoload/lsp/symbol.vim
autoload/lsp/textedit.vim
autoload/lsp/util.vim
doc/lsp.txt
plugin/lsp.vim
test/unit_tests.vim