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.
1 parent 95620d6 commit 08b0bdeCopy full SHA for 08b0bde
1 file changed
src/option.c
@@ -861,12 +861,7 @@ static struct vimoption options[] =
861
#else
862
(char_u *)NULL, PV_NONE,
863
#endif
864
-#ifdef FEAT_GUI_W32
865
- {(char_u *)0L, (char_u *)0L}
866
-#else
867
868
-#endif
869
- SCRIPTID_INIT},
+ {(char_u *)0L, (char_u *)0L} SCRIPTID_INIT},
870
{"comments", "com", P_STRING|P_ALLOCED|P_VI_DEF|P_ONECOMMA
871
|P_NODUP|P_CURSWANT,
872
#ifdef FEAT_COMMENTS
0 commit comments