0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.2807: build fails with tiny features

Problem:    Build fails with tiny features.
Solution:   Use a dummy function for ex_incdec().
This commit is contained in:
Bram Moolenaar
2021-04-24 20:37:03 +02:00
parent bdc0f1c698
commit 340c59ec6f
2 changed files with 3 additions and 0 deletions

View File

@@ -287,6 +287,7 @@ static void ex_tag_cmd(exarg_T *eap, char_u *name);
# define ex_endwhile ex_ni
# define ex_eval ex_ni
# define ex_execute ex_ni
# define ex_incdec ex_ni
# define ex_finally ex_ni
# define ex_finish ex_ni
# define ex_function ex_ni