We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f244a commit 7f51c46Copy full SHA for 7f51c46
autoload/vital/_lsp/VS/Vim/Window.vim
@@ -19,7 +19,7 @@ function! s:do(winid, func) abort
19
return
20
endif
21
22
- if !has('nvim') && exists('*win_execute')
+ if exists('*win_execute')
23
let s:Do = a:func
24
try
25
noautocmd keepalt keepjumps call win_execute(a:winid, 'call s:Do()')
0 commit comments