mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 23:05:41 +00:00
rplugin: Silence :doautocmd. #4384
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user