updated for version 7.1-265
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 50c8f58..d5692c2 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -3346,6 +3346,7 @@
 #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 24b7344..d3a86e4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    265,
+/**/
     264,
 /**/
     263,