vim-patch:8.0.0164 (#7368)

Problem:    Outdated and misplaced comments.
Solution:   Fix the comments.

caa55b65c2
This commit is contained in:
KunMing Xie
2017-10-09 00:52:57 +08:00
committed by Justin M. Keyes
parent e565fc2294
commit 1663599beb
4 changed files with 13 additions and 18 deletions

View File

@@ -762,7 +762,7 @@ bool vim_isIDc(int c)
}
/// Check that "c" is a keyword character:
/// Letters and characters from 'iskeyword' option for current buffer.
/// Letters and characters from 'iskeyword' option for the current buffer.
/// For multi-byte characters mb_get_class() is used (builtin rules).
///
/// @param c character to check