mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2026-06-09 15:37:30 +02:00
Fix wrong undo entries being added on completion on Neovim (#1633)
Closes #1632
This commit is contained in:
@@ -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()')
|
||||
|
||||
Reference in New Issue
Block a user