mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
vim-patch:8.0.0164 (#7368)
Problem: Outdated and misplaced comments.
Solution: Fix the comments.
caa55b65c2
This commit is contained in:

committed by
Justin M. Keyes

parent
e565fc2294
commit
1663599beb
@@ -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
|
||||
|
Reference in New Issue
Block a user