Merge pull request #4590 from Streetwalrus/issue4471

rplugin: Don't chain events.
This commit is contained in:
Justin M. Keyes 2016-04-18 02:28:58 -04:00
commit 28b9a2864a

View File

@ -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