vim: Start clientserver silently

This commit is contained in:
Simon Bruder 2020-05-17 04:57:42 +02:00
parent a124656c1d
commit c62098936c
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

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