Merge branch 'master' into expression-parser

This commit is contained in:
ZyX
2017-10-15 21:16:27 +03:00
155 changed files with 3675 additions and 1624 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