From: Silvio Rhatto Date: Tue, 9 Jul 2024 14:23:22 +0000 (-0300) Subject: Fix: use 'xtitle -q' X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=34422aa3bd54de8664b0d0fde76e54864ad7edcc;p=rhatto%2Fdotfiles%2Fvim.git Fix: use 'xtitle -q' --- diff --git a/vimrc.dot.link b/vimrc.dot.link index 3de686b..3a296e7 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -41,7 +41,7 @@ function! ResetTitle(title) " and restore it "exec ":!echo -e '\033kbash\033\\'\" - exec ":!xtitle " a:title + exec ":!xtitle -q " a:title endfunction " Avoid autocmd spam by using augroups and reseting autocmd