mirror of
https://github.com/vim/vim.git
synced 2025-10-13 06:54:15 -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:
@@ -5852,9 +5852,7 @@ f_has(typval_T *argvars, typval_T *rettv)
|
||||
#ifdef FEAT_CSCOPE
|
||||
"cscope",
|
||||
#endif
|
||||
#ifdef FEAT_CURSORBIND
|
||||
"cursorbind",
|
||||
#endif
|
||||
#ifdef CURSOR_SHAPE
|
||||
"cursorshape",
|
||||
#endif
|
||||
@@ -6104,9 +6102,7 @@ f_has(typval_T *argvars, typval_T *rettv)
|
||||
#if defined(FEAT_RUBY) && !defined(DYNAMIC_RUBY)
|
||||
"ruby",
|
||||
#endif
|
||||
#ifdef FEAT_SCROLLBIND
|
||||
"scrollbind",
|
||||
#endif
|
||||
#ifdef FEAT_CMDL_INFO
|
||||
"showcmd",
|
||||
"cmdline_info",
|
||||
|
Reference in New Issue
Block a user