Skip to content

Commit 08b0bde

Browse files
committed
unnessisary FEAT_GUI_W32
1 parent 95620d6 commit 08b0bde

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/option.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -861,12 +861,7 @@ static struct vimoption options[] =
861861
#else
862862
(char_u *)NULL, PV_NONE,
863863
#endif
864-
#ifdef FEAT_GUI_W32
865-
{(char_u *)0L, (char_u *)0L}
866-
#else
867-
{(char_u *)0L, (char_u *)0L}
868-
#endif
869-
SCRIPTID_INIT},
864+
{(char_u *)0L, (char_u *)0L} SCRIPTID_INIT},
870865
{"comments", "com", P_STRING|P_ALLOCED|P_VI_DEF|P_ONECOMMA
871866
|P_NODUP|P_CURSWANT,
872867
#ifdef FEAT_COMMENTS

0 commit comments

Comments
 (0)