summaryrefslogtreecommitdiff
path: root/src/getchar.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-05-15 22:25:40 +0200
committerBram Moolenaar <Bram@vim.org>2018-05-15 22:25:40 +0200
commit259f26ac2d41ecfb28b82c651b2bfc1edc7c3e29 (patch)
treef9d9685e670a64245a53026900bd26bee9ba643b /src/getchar.c
parent78ddc06bdd5c59cffdbb61eed7dcb5dcc4a17f19 (diff)
downloadvim-git-259f26ac2d41ecfb28b82c651b2bfc1edc7c3e29.tar.gz
patch 8.0.1845: various comment updates needed, missing white spacev8.0.1845
Problem: Various comment updates needed, missing white space. Solution: Update comments, add white space.
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/getchar.c b/src/getchar.c
index e82155f37..1f7c7d1be 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -4399,7 +4399,9 @@ ExpandMappings(
/*
* 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.
*