]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-009 v7.0.009
authorBram Moolenaar <Bram@vim.org>
Sat, 13 May 2006 12:09:24 +0000 (12:09 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 13 May 2006 12:09:24 +0000 (12:09 +0000)
src/spell.c
src/version.c

index e22e4285fd775c38de8f081a0731d0d343dff9a2..c3bf5b0a2564f59012af458c6c9e8600d960f42b 100644 (file)
@@ -2108,7 +2108,8 @@ spell_move_to(wp, dir, allwords, curline, attrp)
         * possible. */
        STRCPY(buf, line);
        if (lnum < wp->w_buffer->b_ml.ml_line_count)
-           spell_cat_line(buf + STRLEN(buf), ml_get(lnum + 1), MAXWLEN);
+           spell_cat_line(buf + STRLEN(buf),
+                         ml_get_buf(wp->w_buffer, lnum + 1, FALSE), MAXWLEN);
 
        p = buf + skip;
        endp = buf + len;
index 3f8a31a07b39986ad2fd0bed0fb0399b973fc33b..9261c80894d96e124ef1aab55a1b81ad25fab685 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    9,
 /**/
     8,
 /**/