Patch 9.0.0986

3 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 2, 2022, 8:10:53 AM12/2/22
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages