aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-09 11:23:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-09 11:23:22 -0300
commit34422aa3bd54de8664b0d0fde76e54864ad7edcc (patch)
tree1444bc163faa8ea6d60a76a7e4c81977ba23d950
parentcd3009c1942e7437f30c2173260947481cd4575f (diff)
downloadvim-34422aa3bd54de8664b0d0fde76e54864ad7edcc.tar.gz
vim-34422aa3bd54de8664b0d0fde76e54864ad7edcc.tar.bz2
Fix: use 'xtitle -q'
-rw-r--r--vimrc.dot.link2
1 files changed, 1 insertions, 1 deletions
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\\'\<CR>"
- exec ":!xtitle " a:title
+ exec ":!xtitle -q " a:title
endfunction
" Avoid autocmd spam by using augroups and reseting autocmd