diff options
author | ckelsel <ckelsel@hotmail.com> | 2017-10-09 21:16:43 +0800 |
---|---|---|
committer | ckelsel <ckelsel@hotmail.com> | 2017-10-09 21:16:43 +0800 |
commit | ceb40c0411843b35005f019bf2c61f22572afcdf (patch) | |
tree | 4c5d007be7419d1843effad71f5290918afec533 /src/nvim/charset.c | |
parent | 76606b6bc587fddcf990cf40a39521750734a80d (diff) | |
parent | db999821d45cb449df61a34bd241fde3fae0c609 (diff) | |
download | rneovim-ceb40c0411843b35005f019bf2c61f22572afcdf.tar.gz rneovim-ceb40c0411843b35005f019bf2c61f22572afcdf.tar.bz2 rneovim-ceb40c0411843b35005f019bf2c61f22572afcdf.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/nvim/charset.c')
-rw-r--r-- | src/nvim/charset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/charset.c b/src/nvim/charset.c index 403ef65c4f..577fc13a31 100644 --- a/src/nvim/charset.c +++ b/src/nvim/charset.c @@ -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 |