1
0
forked from aniani/vim

updated for version 7.0026

This commit is contained in:
Bram Moolenaar
2004-12-29 20:58:21 +00:00
parent 86b6835997
commit 81695250ef
38 changed files with 1781 additions and 1282 deletions

View File

@@ -820,8 +820,8 @@ win_linetabsize(wp, p, len)
}
/*
* return TRUE if 'c' is a normal identifier character
* letters and characters from 'isident' option.
* Return TRUE if 'c' is a normal identifier character:
* Letters and characters from the 'isident' option.
*/
int
vim_isIDc(c)