diff options
Diffstat (limited to 'src/charset.c')
-rw-r--r-- | src/charset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c index 134cd0951..c3b62590b 100644 --- a/src/charset.c +++ b/src/charset.c @@ -887,7 +887,7 @@ vim_isIDc(int c) /* * return TRUE if 'c' is a keyword character: Letters and characters from - * 'iskeyword' option for current buffer. + * 'iskeyword' option for the current buffer. * For multi-byte characters mb_get_class() is used (builtin rules). */ int |