]> granicus.if.org Git - vim/commitdiff
patch 9.0.0699: tiny build fails v9.0.0699
authorBram Moolenaar <Bram@vim.org>
Sat, 8 Oct 2022 16:55:32 +0000 (17:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 8 Oct 2022 16:55:32 +0000 (17:55 +0100)
Problem:    Tiny build fails.
Solution:   Add #ifdef.

src/ops.c
src/version.c

index 3e641f4bf52b541b9c3f61014e4ced971960a537..38827fffd03aa42ed38c703aa579d4a14e09adf0 100644 (file)
--- a/src/ops.c
+++ b/src/ops.c
@@ -2207,6 +2207,7 @@ theend:
     return ret;
 }
 
+#ifdef FEAT_LINEBREAK
 /*
  * Reset 'linebreak' and take care of side effects.
  * Returns the previous value, to be passed to restore_lbr().
@@ -2235,6 +2236,7 @@ restore_lbr(int lbr_saved)
        curwin->w_valid &= ~(VALID_WROW|VALID_WCOL|VALID_VIRTCOL);
     }
 }
+#endif
 
 /*
  * prepare a few things for block mode yank/delete/tilde
index 6ef1b0d807bbd8ee6671662266ff34897dcc6c5b..c162a2085ee5c4a231bf6b432709d25b638871ba 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    699,
 /**/
     698,
 /**/