0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.1-265

This commit is contained in:
Bram Moolenaar
2008-02-26 20:30:12 +00:00
parent ddfc978f58
commit cf5a5b8e75
2 changed files with 3 additions and 0 deletions

View File

@@ -3346,6 +3346,7 @@ set_one_cmd_context(xp, buff)
#endif #endif
)) ))
{ {
len = 0; /* avoid getting stuck when space is in 'isfname' */
while (*p != NUL) while (*p != NUL)
{ {
#ifdef FEAT_MBYTE #ifdef FEAT_MBYTE

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
265,
/**/ /**/
264, 264,
/**/ /**/