mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 13:08:33 +00:00

committed by
Justin M. Keyes

parent
739bc5124a
commit
04b3c32772
@@ -3478,6 +3478,10 @@ static buf_T *do_sub(exarg_T *eap, proftime_T timeout)
|
||||
else
|
||||
++matchcol;
|
||||
}
|
||||
// match will be pushed to preview_lines, bring it into a proper state
|
||||
current_match.start.col = matchcol;
|
||||
current_match.end.lnum = sub_firstlnum;
|
||||
current_match.end.col = matchcol;
|
||||
goto skip;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user