From 1c066e671d0ebd632071b87b4d0e15dcdc659535 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 11 Mar 2016 01:22:41 -0500 Subject: [PATCH] rplugin: Silence :doautocmd. #4384 --- runtime/autoload/remote/host.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/autoload/remote/host.vim b/runtime/autoload/remote/host.vim index d636f3d601..b9b167717a 100644 --- a/runtime/autoload/remote/host.vim +++ b/runtime/autoload/remote/host.vim @@ -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