Patch 9.0.0986 (after 9.0.0985)
Problem:    Build failure with tiny version.
Solution:   Add #ifdef.
Files:      src/term.c


*** ../vim-9.0.0985/src/term.c  2022-12-02 12:28:43.087077735 +0000
--- src/term.c  2022-12-02 13:08:37.864008327 +0000
***************
*** 5156,5162 ****
--- 5156,5164 ----
                || kitty_protocol_state == KKPS_AFTER_T_KE)
            && term_props[TPR_KITTY].tpr_status != TPR_YES)
      {
+ #ifdef FEAT_EVAL
        ch_log(NULL, "setting seenModifyOtherKeys to TRUE");
+ #endif
        seenModifyOtherKeys = TRUE;
      }
  
***************
*** 5435,5441 ****
--- 5437,5445 ----
  
            // Reset seenModifyOtherKeys just in case some key combination has
            // been seen that set it before we get the status response.
+ #ifdef FEAT_EVAL
            ch_log(NULL, "setting seenModifyOtherKeys to FALSE");
+ #endif
            seenModifyOtherKeys = FALSE;
        }
  
*** ../vim-9.0.0985/src/version.c       2022-12-02 12:28:43.087077735 +0000
--- src/version.c       2022-12-02 13:09:37.912021086 +0000
***************
*** 697,698 ****
--- 697,700 ----
  {   /* Add new patch number below this line */
+ /**/
+     986,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
202. You're amazed to find out Spam is a food.

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///                                                                      \\\
\\\        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/20221202131036.706F31C06AE%40moolenaar.net.

Raspunde prin e-mail lui