diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-01-22 22:20:29 -0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-01-22 22:20:29 -0800 |
commit | 0f39097e5348ae61dbf9a226ffde3bca6b75d659 (patch) | |
tree | 78f2aaf4f7e3af413adf61b95307ef1197056d25 /src/nvim/hardcopy.c | |
parent | 918b5d021d9ece1da76b0bd61ddefe32ba401c89 (diff) | |
parent | 19c22cdb80e30711be5af33cb6726566ad629944 (diff) | |
download | rneovim-0f39097e5348ae61dbf9a226ffde3bca6b75d659.tar.gz rneovim-0f39097e5348ae61dbf9a226ffde3bca6b75d659.tar.bz2 rneovim-0f39097e5348ae61dbf9a226ffde3bca6b75d659.zip |
Merge pull request #1850 from JackDanger/halfway-a-line
doc: "halfway a line" is a very confusing phrase
Diffstat (limited to 'src/nvim/hardcopy.c')
-rw-r--r-- | src/nvim/hardcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/hardcopy.c b/src/nvim/hardcopy.c index 92abcbada4..70ec3678c8 100644 --- a/src/nvim/hardcopy.c +++ b/src/nvim/hardcopy.c @@ -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; } |