File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -212,8 +212,7 @@ getcmdline(
212212#endif
213213 expand_T xpc ;
214214 long * b_im_ptr = NULL ;
215- #if defined(FEAT_WILDMENU ) || defined(FEAT_EVAL ) \
216- || defined(FEAT_SEARCH_EXTRA ) || defined(FEAT_CMDWIN )
215+ #if defined(FEAT_WILDMENU ) || defined(FEAT_EVAL ) || defined(FEAT_SEARCH_EXTRA )
217216 /* Everything that may work recursively should save and restore the
218217 * current command line in save_ccline. That includes update_screen(), a
219218 * custom status line may invoke ":normal". */
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 320 ,
767769/**/
768770 319 ,
769771/**/
You can’t perform that action at this time.
0 commit comments