Patch 8.2.5149 (after 8.2.5148)
Problem: Cannot build without the +eval feature. (Tony Mechelynck)
Solution: Add #ifdefs.
Files: src/ex_getln.c
*** ../vim-8.2.5148/src/ex_getln.c 2022-06-22 13:51:50.853604054 +0100
--- src/ex_getln.c 2022-06-22 18:12:30.500626052 +0100
***************
*** 1206,1212 ****
--- 1206,1214 ----
{
int i;
int c;
+ #ifdef FEAT_EVAL
int save_new_cmdpos = new_cmdpos;
+ #endif
#ifdef USE_ON_FLY_SCROLL
dont_scroll = TRUE; // disallow scrolling here
***************
*** 1265,1271 ****
--- 1267,1275 ----
}
#endif
}
+ #ifdef FEAT_EVAL
new_cmdpos = save_new_cmdpos;
+ #endif
// remove the double quote
redrawcmd();
*** ../vim-8.2.5148/src/version.c 2022-06-22 13:51:50.853604054 +0100
--- src/version.c 2022-06-22 18:13:35.652692156 +0100
***************
*** 736,737 ****
--- 736,739 ----
{ /* Add new patch number below this line */
+ /**/
+ 5149,
/**/
--
I recommend ordering large cargo containers of paper towels to make up
whatever budget underruns you have. Paper products are always useful and they
have the advantage of being completely flushable if you need to make room in
the storage area later.
(Scott Adams - The Dilbert principle)
/// 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 ///