mirror of
https://github.com/neovim/neovim.git
synced 2025-11-29 13:40:38 +00:00
refactor: replace char_u with char 21 (#21779)
refactor: replace char_u with char Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -3703,7 +3703,7 @@ static bool regmatch(char_u *scan, proftime_T *tm, int *timed_out)
|
||||
if (!re_num_cmp(win_linetabsize(rex.reg_win == NULL
|
||||
? curwin : rex.reg_win,
|
||||
rex.reg_firstlnum + rex.lnum,
|
||||
rex.line,
|
||||
(char *)rex.line,
|
||||
(colnr_T)(rex.input - rex.line)) + 1,
|
||||
scan)) {
|
||||
status = RA_NOMATCH;
|
||||
|
||||
Reference in New Issue
Block a user