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