Skip to content

Commit 7f51c46

Browse files
Window.do use win_execute in neovim
1 parent a8f244a commit 7f51c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/vital/_lsp/VS/Vim/Window.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function! s:do(winid, func) abort
1919
return
2020
endif
2121

22-
if !has('nvim') && exists('*win_execute')
22+
if exists('*win_execute')
2323
let s:Do = a:func
2424
try
2525
noautocmd keepalt keepjumps call win_execute(a:winid, 'call s:Do()')

0 commit comments

Comments
 (0)