mirror of
https://github.com/vim/vim.git
synced 2025-10-01 04:54:07 -04:00
patch 8.0.1566: too many #ifdefs
Problem: Too many #ifdefs. Solution: Graduate FEAT_SCROLLBIND and FEAT_CURSORBIND.
This commit is contained in:
@@ -728,7 +728,6 @@ EXTERN colnr_T ai_col INIT(= 0);
|
||||
EXTERN int end_comment_pending INIT(= NUL);
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_SCROLLBIND
|
||||
/*
|
||||
* This flag is set after a ":syncbind" to let the check_scrollbind() function
|
||||
* know that it should not attempt to perform scrollbinding due to the scroll
|
||||
@@ -736,7 +735,6 @@ EXTERN int end_comment_pending INIT(= NUL);
|
||||
* undo some of the work done by ":syncbind.") -ralston
|
||||
*/
|
||||
EXTERN int did_syncbind INIT(= FALSE);
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_SMARTINDENT
|
||||
/*
|
||||
|
Reference in New Issue
Block a user