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:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user