vim: Start clientserver silently
This commit is contained in:
parent
a124656c1d
commit
c62098936c
|
@ -89,5 +89,5 @@ endif
|
|||
|
||||
" Start clientserver (from vimtex.txt)
|
||||
if empty(v:servername) && exists('*remote_startserver')
|
||||
call remote_startserver('VIM')
|
||||
silent! call remote_startserver('VIM')
|
||||
endif
|
||||
|
|
Reference in a new issue