]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-023 v7.1.023
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Jul 2007 10:38:02 +0000 (10:38 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Jul 2007 10:38:02 +0000 (10:38 +0000)
src/search.c
src/version.c

index ff9eb6abb5ebd88e3d594b98fd20238f4bdde758..9f6c997a5d1375c537c76d9b090ca472074b6dca 100644 (file)
@@ -2795,7 +2795,7 @@ fwd_word(count, bigword, eol)
        i = inc_cursor();
        if (i == -1 || (i >= 1 && last_line)) /* started at last char in file */
            return FAIL;
-       if (i == 1 && eol && count == 0)      /* started at last char in line */
+       if (i >= 1 && eol && count == 0)      /* started at last char in line */
            return OK;
 
        /*
index 3a14e6402a724eecc08aef64dd79fcde770da033..0e02631c56e291f4eae6bc053fbe2f7d414ecaea 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    23,
 /**/
     22,
 /**/