We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dc8b4d + e1e0513 commit ae55b64Copy full SHA for ae55b64
1 file changed
src/option.c
@@ -1477,10 +1477,10 @@ static struct vimoption options[] =
1477
,
1478
#if defined(FEAT_GUI)
1479
(char_u *)&p_go, PV_NONE,
1480
-# if defined(UNIX) && !defined(FEAT_GUI_MAC)
1481
- {(char_u *)"aegimrLtT", (char_u *)0L}
1482
-# elif defined(FEAT_GUI_MACVIM)
+# if defined(FEAT_GUI_MACVIM)
1483
{(char_u *)"egmrL", (char_u *)0L}
+# elif defined(UNIX) && !defined(FEAT_GUI_MAC)
+ {(char_u *)"aegimrLtT", (char_u *)0L}
1484
# else
1485
{(char_u *)"egmrLtT", (char_u *)0L}
1486
# endif
0 commit comments