1
0
forked from aniani/vim

updated for version 7.0222

This commit is contained in:
Bram Moolenaar
2006-03-12 21:58:43 +00:00
parent 2b48ad5cd7
commit c4956c8d1d
3 changed files with 7 additions and 7 deletions

View File

@@ -914,7 +914,7 @@ vim_iswordc_buf(p, buf)
# endif
return (GET_CHARTAB(buf, *p) != 0);
}
#endif /* FEAT_SYN_HL */
#endif
/*
* return TRUE if 'c' is a valid file-name character
@@ -1464,7 +1464,7 @@ skipdigits(p)
return p;
}
#if defined(FEAT_SYN_HL) || defined(PROTO)
#if defined(FEAT_SYN_HL) || defined(FEAT_SPELL) || defined(PROTO)
/*
* skip over digits and hex characters
*/