mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 17:12:40 +00:00
rplugin: Ignore modeline while chaining events
This commit is contained in:
@@ -130,7 +130,7 @@ endfunction
|
|||||||
function! remote#host#LoadRemotePluginsEvent(event, pattern) abort
|
function! remote#host#LoadRemotePluginsEvent(event, pattern) abort
|
||||||
autocmd! nvim-rplugin
|
autocmd! nvim-rplugin
|
||||||
call remote#host#LoadRemotePlugins()
|
call remote#host#LoadRemotePlugins()
|
||||||
execute 'silent doautocmd' a:event a:pattern
|
execute 'silent doautocmd <nomodeline>' a:event a:pattern
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user