1
0
forked from aniani/vim

patch 8.1.2096: too many #ifdefs

Problem:    Too many #ifdefs.
Solution:   Graduate FEAT_COMMENTS.
This commit is contained in:
Bram Moolenaar
2019-09-28 19:05:57 +02:00
parent a893194d91
commit 8c96af9c05
21 changed files with 44 additions and 231 deletions

View File

@@ -800,7 +800,6 @@ EXTERN int did_ai INIT(= FALSE);
*/
EXTERN colnr_T ai_col INIT(= 0);
#ifdef FEAT_COMMENTS
/*
* This is a character which will end a start-middle-end comment when typed as
* the first character on a new line. It is taken from the last character of
@@ -808,7 +807,6 @@ EXTERN colnr_T ai_col INIT(= 0);
* comment end in 'comments'. It is only valid when did_ai is TRUE.
*/
EXTERN int end_comment_pending INIT(= NUL);
#endif
/*
* This flag is set after a ":syncbind" to let the check_scrollbind() function