]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-069 v7.2.069
authorBram Moolenaar <Bram@vim.org>
Tue, 9 Dec 2008 21:34:39 +0000 (21:34 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 9 Dec 2008 21:34:39 +0000 (21:34 +0000)
src/spell.c
src/version.c

index cc733b3bb6f1e081357c3f0c015d38d8ab3b0e30..b89ef8365f023406655ad58be367f82149234999 100644 (file)
@@ -1765,7 +1765,7 @@ match_checkcompoundpattern(ptr, wlen, gap)
            /* Second part matches at start of following compound word, now
             * check if first part matches at end of previous word. */
            p = ((char_u **)gap->ga_data)[i];
-           len = STRLEN(p);
+           len = (int)STRLEN(p);
            if (len <= wlen && STRNCMP(ptr + wlen - len, p, len) == 0)
                return TRUE;
        }
index 1788511c4e0c2464d5609d13e9c2c5a927b95b48..073e5e49fbc5a9ea1b537d6965eba1dc5b91cd82 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    69,
 /**/
     68,
 /**/