From: Bram Moolenaar Date: Tue, 26 Feb 2008 20:30:12 +0000 (+0000) Subject: updated for version 7.1-265 X-Git-Tag: v7.1.265 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf5a5b8e754adf768838e33f18f606c31ff6de81;p=vim updated for version 7.1-265 --- diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 50c8f5841..d5692c273 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -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 diff --git a/src/version.c b/src/version.c index 24b734415..d3a86e458 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 265, /**/ 264, /**/