From 26a100c251a80ab145ff4be3a8049736ba3e088d Mon Sep 17 00:00:00 2001 From: prabirshrestha Date: Wed, 1 Jan 2020 09:43:37 -0800 Subject: comment on ... --- plugin/lsp_settings.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/lsp_settings.vim b/plugin/lsp_settings.vim index 313ddad..5c32064 100644 --- a/plugin/lsp_settings.vim +++ b/plugin/lsp_settings.vim @@ -77,6 +77,7 @@ function! s:vimlsp_installer() abort return [] endfunction +" neovim passes third argument as 'exit' while vim passes only 2 arguments function! s:vimlsp_install_server_post(command, job, code, ...) abort if a:code != 0 return -- cgit v1.2.3-54-g00ecf