l 2 vim: set window title

This commit is contained in:
lassulus 2017-01-17 15:47:41 +01:00
parent 670ec1e19f
commit 4cb0c9b870

View File

@ -42,6 +42,10 @@ let
set wildmenu
set wildmode=longest,full
set title
set titleold=
set titlestring=(vim)\ %t%(\ %M%)%(\ (%{expand(\"%:p:h\")})%)%(\ %a%)\ -\ %{v:servername}
set et ts=2 sts=2 sw=2
filetype plugin indent on