mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user