mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 19:18:34 +00:00
screen: fix pvs/v1048
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user