# HG changeset patch # User Meredith Howard # Date 1482976565 18000 # Node ID a1901234cc42221faf812b391fe579d535e52e5c # Parent d5abcf2b73652a2c4aae05a550c4c66f095f0f0c Disable separately in case they arent all present diff --git a/.vimrc b/.vimrc --- 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//,.