summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-02-26 20:30:12 +0000
committerBram Moolenaar <Bram@vim.org>2008-02-26 20:30:12 +0000
commitcf5a5b8e754adf768838e33f18f606c31ff6de81 (patch)
treefc650fa5b8eadd3c340e06113177c2491c3cb4d9
parentddfc978f583cff01f7901005b0023eecf0b80bbb (diff)
downloadvim-git-cf5a5b8e754adf768838e33f18f606c31ff6de81.tar.gz
updated for version 7.1-265v7.1.265
-rw-r--r--src/ex_docmd.c1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
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
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 265,
+/**/
264,
/**/
263,