Disable separately in case they arent all present

Wed, 28 Dec 2016 20:56:05 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 28 Dec 2016 20:56:05 -0500
changeset 462
a1901234cc42
parent 461
d5abcf2b7365
child 463
b864784951d9

Disable separately in case they arent all present

.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc
+++ b/.vimrc
@@ -312,7 +312,9 @@ else
   set guifont=DejaVu\ Sans\ Mono\ 10
 endif
 
-set guioptions-=Tmt   "no toolbar, menu, tearoffs
+set guioptions-=T "no toolbar, menu, tearoffs
+set guioptions-=m
+set guioptions-=t
 
 set backupdir=$MYVIM/var/backup//,.
 set directory=$MYVIM/var/tmp//,.

mercurial