forked from aniani/vim
patch 8.2.3795: too many #ifdefs
Problem: Too many #ifdefs. Solution: Graduate the jumplist feature.
This commit is contained in:
@@ -359,12 +359,6 @@ static void ex_folddo(exarg_T *eap);
|
||||
# define ex_nbstart ex_ni
|
||||
#endif
|
||||
|
||||
#ifndef FEAT_JUMPLIST
|
||||
# define ex_jumps ex_ni
|
||||
# define ex_clearjumps ex_ni
|
||||
# define ex_changes ex_ni
|
||||
#endif
|
||||
|
||||
#ifndef FEAT_PROFILE
|
||||
# define ex_profile ex_ni
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user