diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-12-29 20:58:21 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-12-29 20:58:21 +0000 |
commit | 81695250ef1bbc02016078044ac268129a33f333 (patch) | |
tree | c31ec7182b5b06ffeb5a14b79701127eaa5c0dc8 /src/charset.c | |
parent | 86b68359978c933419279e599d0a8cf536095d77 (diff) | |
download | vim-git-81695250ef1bbc02016078044ac268129a33f333.tar.gz |
updated for version 7.0026
Diffstat (limited to 'src/charset.c')
-rw-r--r-- | src/charset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charset.c b/src/charset.c index 0a46306fc..7d01980bd 100644 --- a/src/charset.c +++ b/src/charset.c @@ -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) |