Patch 9.0.0981

3 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 1, 2022, 7:30:26 AM12/1/22
to vim...@googlegroups.com

Patch 9.0.0981 (after 9.0.0980)
Problem: Build error in tiny version.
Solution: Add #ifdef.
Files: src/term.c


*** ../vim-9.0.0980/src/term.c 2022-12-01 12:03:42.259227523 +0000
--- src/term.c 2022-12-01 12:28:04.909104305 +0000
***************
*** 3726,3732 ****
--- 3726,3734 ----
if (send_t_RK
&& !work_pending()
&& !ex_normal_busy
+ #ifdef FEAT_EVAL
&& !in_feedkeys
+ #endif
&& !exiting)
{
send_t_RK = FALSE;
*** ../vim-9.0.0980/src/version.c 2022-12-01 12:03:42.263227523 +0000
--- src/version.c 2022-12-01 12:28:39.745048743 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 981,
/**/

--
hundred-and-one symptoms of being an internet addict:
195. Your cat has its own home page.

/// 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