diff options
-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 |