mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
screen: fix pvs/v1048
This commit is contained in:
parent
1d3d84fe81
commit
be4165308f
@ -2445,8 +2445,6 @@ win_line (
|
||||
pos.lnum = lnum;
|
||||
pos.col = search_match_endcol;
|
||||
getvcol(curwin, &pos, (colnr_T *)&tocol, NULL, NULL);
|
||||
} else {
|
||||
tocol = MAXCOL;
|
||||
}
|
||||
// do at least one character; happens when past end of line
|
||||
if (fromcol == tocol) {
|
||||
|
Loading…
Reference in New Issue
Block a user