Disable toolbar by default

The toolbar is an anachronism and there are no 2x icons so it looks
horrendous on a Retina display.  Users can always re-enable it by adding
"set go+=T" to their ~/.gvimrc.
This commit is contained in:
Bjorn Winckler
2012-08-19 17:45:15 +02:00
parent b8f6e70f32
commit 8fa2a3fcb6
+2
View File
@@ -1347,6 +1347,8 @@ static struct vimoption
(char_u *)&p_go, PV_NONE,
# if defined(UNIX) && !defined(MACOS)
{(char_u *)"aegimrLtT", (char_u *)0L}
# elif defined(FEAT_GUI_MACVIM)
{(char_u *)"egmrL", (char_u *)0L}
# else
{(char_u *)"egmrLtT", (char_u *)0L}
# endif