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 -- [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/20221008165608.E73D61C0CD2%40moolenaar.net.