diff options
author | Daniel Hahler <git@thequod.de> | 2019-06-16 19:49:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-16 19:49:23 +0200 |
commit | d32b92e2651abcb541f7cedceb2488bc411ea1ca (patch) | |
tree | ced635afdd8b5a349f6e729026317a9ee7820732 /src/nvim/getchar.c | |
parent | 491a3210a9b8e67fc91817659fda27585a25e4e1 (diff) | |
download | rneovim-d32b92e2651abcb541f7cedceb2488bc411ea1ca.tar.gz rneovim-d32b92e2651abcb541f7cedceb2488bc411ea1ca.tar.bz2 rneovim-d32b92e2651abcb541f7cedceb2488bc411ea1ca.zip |
vim-patch:8.0.1845: various comment updates needed, missing white space (#10203)
Problem: Various comment updates needed, missing white space.
Solution: Update comments, add white space.
https://github.com/vim/vim/commit/259f26ac2d41ecfb28b82c651b2bfc1edc7c3e29
Ignored (partly) applied patch for src/nvim/po/it.po.
Diffstat (limited to 'src/nvim/getchar.c')
-rw-r--r-- | src/nvim/getchar.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nvim/getchar.c b/src/nvim/getchar.c index 277af74897..13700328fd 100644 --- a/src/nvim/getchar.c +++ b/src/nvim/getchar.c @@ -3653,7 +3653,9 @@ int ExpandMappings(regmatch_T *regmatch, int *num_file, char_u ***file) /* * Check for an abbreviation. - * Cursor is at ptr[col]. When inserting, mincol is where insert started. + * Cursor is at ptr[col]. + * When inserting, mincol is where insert started. + * For the command line, mincol is what is to be skipped over. * "c" is the character typed before check_abbr was called. It may have * ABBR_OFF added to avoid prepending a CTRL-V to it. * |