Skip to content

Commit

Permalink
Window.do use win_execute in neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
hoagy-davis-digges committed Jul 7, 2024
1 parent a8f244a commit 7f51c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/vital/_lsp/VS/Vim/Window.vim
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function! s:do(winid, func) abort
return
endif

if !has('nvim') && exists('*win_execute')
if exists('*win_execute')
let s:Do = a:func
try
noautocmd keepalt keepjumps call win_execute(a:winid, 'call s:Do()')
Expand Down

0 comments on commit 7f51c46

Please sign in to comment.