0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 8.0.1845: various comment updates needed, missing white space

Problem:    Various comment updates needed, missing white space.
Solution:   Update comments, add white space.
This commit is contained in:
Bram Moolenaar
2018-05-15 22:25:40 +02:00
parent 78ddc06bdd
commit 259f26ac2d
11 changed files with 132 additions and 124 deletions

View File

@@ -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.
*