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 -- [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/20221201123012.BD43D1C06AE%40moolenaar.net.