]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-265 v7.1.265
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Feb 2008 20:30:12 +0000 (20:30 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Feb 2008 20:30:12 +0000 (20:30 +0000)
src/ex_docmd.c
src/version.c

index 50c8f5841a47a8adeaf80e7c9d7f960319c3c4bd..d5692c273c2770ad171d0f61b0848785f5f5e399 100644 (file)
@@ -3346,6 +3346,7 @@ set_one_cmd_context(xp, buff)
 #endif
                    ))
            {
+               len = 0;  /* avoid getting stuck when space is in 'isfname' */
                while (*p != NUL)
                {
 #ifdef FEAT_MBYTE
index 24b734415a445ac18f59b62c9bfebad323cca2e6..d3a86e458630c52fec0cd7a91a9ab5f9476ff03f 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    265,
 /**/
     264,
 /**/