Patch 9.0.0699

5 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 8, 2022, 12:56:24 PM10/8/22
to vim...@googlegroups.com

Patch 9.0.0699
Problem: Tiny build fails.
Solution: Add #ifdef.
Files: src/ops.c


*** ../vim-9.0.0698/src/ops.c 2022-10-08 16:41:09.375815334 +0100
--- src/ops.c 2022-10-08 17:54:11.102963731 +0100
***************
*** 2207,2212 ****
--- 2207,2213 ----
return ret;
}

+ #ifdef FEAT_LINEBREAK
/*
* Reset 'linebreak' and take care of side effects.
* Returns the previous value, to be passed to restore_lbr().
***************
*** 2235,2240 ****
--- 2236,2242 ----
curwin->w_valid &= ~(VALID_WROW|VALID_WCOL|VALID_VIRTCOL);
}
}
+ #endif

/*
* prepare a few things for block mode yank/delete/tilde
*** ../vim-9.0.0698/src/version.c 2022-10-08 17:12:16.743701525 +0100
--- src/version.c 2022-10-08 17:54:40.675061113 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 699,
/**/

--
Why doesn't Tarzan have a beard?

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