From cf5a5b8e754adf768838e33f18f606c31ff6de81 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 26 Feb 2008 20:30:12 +0000 Subject: [PATCH] updated for version 7.1-265 --- src/ex_docmd.c | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) 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, /**/ -- 2.50.1