diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-09 11:23:22 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-09 11:23:22 -0300 |
commit | 34422aa3bd54de8664b0d0fde76e54864ad7edcc (patch) | |
tree | 1444bc163faa8ea6d60a76a7e4c81977ba23d950 | |
parent | cd3009c1942e7437f30c2173260947481cd4575f (diff) | |
download | vim-34422aa3bd54de8664b0d0fde76e54864ad7edcc.tar.gz vim-34422aa3bd54de8664b0d0fde76e54864ad7edcc.tar.bz2 |
Fix: use 'xtitle -q'
-rw-r--r-- | vimrc.dot.link | 2 |
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 |