mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
"halfway a line" is a very confusing phrase
If you Google for this phrase found in the Vim documentation you'll find almost exclusively hits from the Vim documentation. I think changing "halfway a line" to "halfway through a line" makes more sense. There seems to be an pervasive odd use of the word 'halfway' in the original docs which I'm updating everywhere.
This commit is contained in:
@@ -827,7 +827,7 @@ static colnr_T hardcopy_line(prt_settings_T *psettings, int page_line, prt_pos_T
|
||||
prt_line_number(psettings, page_line, ppos->file_line);
|
||||
ppos->ff = FALSE;
|
||||
} else {
|
||||
/* left over from wrap halfway a tab */
|
||||
// left over from wrap halfway through a tab
|
||||
print_pos = ppos->print_pos;
|
||||
tab_spaces = ppos->lead_spaces;
|
||||
}
|
||||
|
Reference in New Issue
Block a user