diff options
Diffstat (limited to 'src/getchar.c')
-rw-r--r-- | src/getchar.c | 4 |
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. * |