mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
rplugin: Silence :doautocmd. #4384
This commit is contained in:
parent
662eea8287
commit
1c066e671d
@ -130,7 +130,7 @@ endfunction
|
||||
function! remote#host#LoadRemotePluginsEvent(event, pattern) abort
|
||||
autocmd! nvim-rplugin
|
||||
call remote#host#LoadRemotePlugins()
|
||||
execute 'doautocmd' a:event a:pattern
|
||||
execute 'silent doautocmd' a:event a:pattern
|
||||
endfunction
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user