forked from aniani/vim
patch 8.0.1650: too many #ifdefs
Problem: Too many #ifdefs. Solution: Graduate FEAT_LISTCMDS, no reason to leave out buffer commands.
This commit is contained in:
@@ -5980,9 +5980,7 @@ f_has(typval_T *argvars, typval_T *rettv)
|
||||
#ifdef FEAT_LISP
|
||||
"lispindent",
|
||||
#endif
|
||||
#ifdef FEAT_LISTCMDS
|
||||
"listcmds",
|
||||
#endif
|
||||
#ifdef FEAT_LOCALMAP
|
||||
"localmap",
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user