To: vim_dev@googlegroups.com Subject: Patch 9.0.0699 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///