Problem: Can't build with MSVC. (Ken Takata)
Solution: Move the assignment after the declarations.
int restart_edit_save;
#ifdef FEAT_LINEBREAK
int lbr_saved = curwin->w_p_lbr;
-
- curwin->w_p_lbr = FALSE; /* avoid a problem with unwanted linebreaks in
- * block mode */
#endif
/* The visual area is remembered for redo */
int include_line_break = FALSE;
#endif
+#ifdef FEAT_LINEBREAK
+ curwin->w_p_lbr = FALSE; /* Avoid a problem with unwanted linebreaks in
+ * block mode. */
+#endif
#if defined(FEAT_CLIPBOARD)
/*
* Yank the visual area into the GUI selection register before we operate
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 469,
/**/
468,
/**/