aboutsummaryrefslogtreecommitdiff
path: root/plugin/max-set-window-title.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/max-set-window-title.vim')
-rw-r--r--plugin/max-set-window-title.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/max-set-window-title.vim b/plugin/max-set-window-title.vim
index 1a84ac3..1838f03 100644
--- a/plugin/max-set-window-title.vim
+++ b/plugin/max-set-window-title.vim
@@ -13,6 +13,7 @@ augroup SET_WINDOW_TITLE
13 13
14 " autocmd BufEnter * let &titlestring = hostname() . "[vim(" . expand("%:t") . ")]" 14 " autocmd BufEnter * let &titlestring = hostname() . "[vim(" . expand("%:t") . ")]"
15 " autocmd CursorHold * let &titlestring = "%t %y ".$USER."@".hostname().":%{expand("%:~:.:h")}" 15 " autocmd CursorHold * let &titlestring = "%t %y ".$USER."@".hostname().":%{expand("%:~:.:h")}"
16 set titlestring=\ %F
16 " Fix terminal title ================================================================================================= 17 " Fix terminal title =================================================================================================
17 " autocmd VimEnter * let &t_EI .= "\<Esc>[0 q" 18 " autocmd VimEnter * let &t_EI .= "\<Esc>[0 q"
18 " autocmd VimEnter * let &t_SI = "\<Esc>]12;green\x7" 19 " autocmd VimEnter * let &t_SI = "\<Esc>]12;green\x7"
..