mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 15:14:04 +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
|
||||
autocmd! nvim-rplugin
|
||||
call remote#host#LoadRemotePlugins()
|
||||
execute 'silent doautocmd' a:event a:pattern
|
||||
execute 'silent doautocmd <nomodeline>' a:event a:pattern
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user