From d3ece1f663d61987139655fc03107bd59fdd33a2 Mon Sep 17 00:00:00 2001 From: William Boman Date: Sat, 2 Oct 2021 23:10:57 +0200 Subject: fix exe call on windows --- plugin/nvim-lsp-installer.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/nvim-lsp-installer.vim b/plugin/nvim-lsp-installer.vim index 0a3b29a6..b0a77865 100644 --- a/plugin/nvim-lsp-installer.vim +++ b/plugin/nvim-lsp-installer.vim @@ -43,7 +43,7 @@ endfunction function! s:LspInstallLog() abort let l:log_file = luaeval("require'nvim-lsp-installer.log'.outfile") tabnew - exe 'e' .. l:log_file + exe 'e ' .. l:log_file endfunction command! -nargs=+ -complete=custom,s:LspInstallCompletion LspInstall exe s:LspInstall("") -- cgit v1.2.3-70-g09d2