]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.429 v7.4.429
authorBram Moolenaar <Bram@vim.org>
Sat, 30 Aug 2014 11:32:06 +0000 (13:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Aug 2014 11:32:06 +0000 (13:32 +0200)
Problem:    Build fails with fewer features. (Elimar Riesebieter)
Solution:   Add #ifdef.

src/normal.c
src/version.c

index 7479ac789124a9b93b94835c1f985636272b7c50..a8d74117c7e708b679b467b355cb567770363893 100644 (file)
@@ -4518,8 +4518,10 @@ nv_screengo(oap, dir, dist)
         */
        validate_virtcol();
        virtcol = curwin->w_virtcol;
+# if defined(FEAT_LINEBREAK)
        if (virtcol > (colnr_T)width1 && *p_sbr != NUL)
            virtcol -= vim_strsize(p_sbr);
+# endif
 
        if (virtcol > curwin->w_curswant
                && (curwin->w_curswant < (colnr_T)width1
index 17add4334c2361f036a21fbe2bac9224fb55d909..8f354992419cfae947f845b9c86dc5ced5ecbc24 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    429,
 /**/
     428,
 /**/