mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
Merge pull request #4590 from Streetwalrus/issue4471
rplugin: Don't chain events.
This commit is contained in:
commit
28b9a2864a
@ -130,7 +130,7 @@ endfunction
|
||||
function! remote#host#LoadRemotePluginsEvent(event, pattern) abort
|
||||
autocmd! nvim-rplugin
|
||||
call remote#host#LoadRemotePlugins()
|
||||
execute 'silent doautocmd' a:event a:pattern
|
||||
execute 'silent doautocmd <nomodeline>' a:event a:pattern
|
||||
endfunction
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user