Merge branch 'fix-cur-buffer-littered-with-setline' of https://github.com/JuPlutonic/vim-plug into fix-cur-buffer-littered-with-setline
This commit is contained in:
commit
67be615cb1
2
plug.vim
2
plug.vim
|
@ -1402,7 +1402,7 @@ function! s:job_cb(fn, job, ch, data)
|
||||||
if !s:plug_window_exists() " plug window closed
|
if !s:plug_window_exists() " plug window closed
|
||||||
return s:job_abort()
|
return s:job_abort()
|
||||||
endif
|
endif
|
||||||
call(a:fn, [a:job, a:data])
|
call call(a:fn, [a:job, a:data])
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:nvim_cb(job_id, data, event) dict abort
|
function! s:nvim_cb(job_id, data, event) dict abort
|
||||||
|
|
Loading…
Reference in New Issue
Block a user