]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.0981: build error in tiny version v9.0.0981
authorBram Moolenaar <Bram@vim.org>
Thu, 1 Dec 2022 12:29:43 +0000 (12:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 1 Dec 2022 12:29:43 +0000 (12:29 +0000)
Problem:    Build error in tiny version.
Solution:   Add #ifdef.

src/term.c
src/version.c

index caffc355e05722de45ce7b704fcd71d48fe45a84..f00aac9674b29ab0c1b05ddcf1e296776cfb1b27 100644 (file)
@@ -3726,7 +3726,9 @@ may_send_t_RK(void)
     if (send_t_RK
            && !work_pending()
            && !ex_normal_busy
+#ifdef FEAT_EVAL
            && !in_feedkeys
+#endif
            && !exiting)
     {
        send_t_RK = FALSE;
index 07086662eed303a895ac5053fc5557c8346f2dec..22c3c5c5544df475aa689ac64c06230067371091 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    981,
 /**/
     980,
 /**/