summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2008-02-26 20:30:12 +0000
committervimboss <devnull@localhost>2008-02-26 20:30:12 +0000
commit20a3050657712f50a6eb218b0a3774b2834a389d (patch)
treefc650fa5b8eadd3c340e06113177c2491c3cb4d9
parente28735b6d115eb188b299f81680b831afffb0728 (diff)
downloadvim-20a3050657712f50a6eb218b0a3774b2834a389d.tar.gz
updated for version 7.1-265v7.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 50c8f584..d5692c27 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 24b73441..d3a86e45 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,