mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 08:32:42 +00:00
@@ -9404,7 +9404,7 @@ static void ex_match(exarg_T *eap)
|
||||
|
||||
c = *end;
|
||||
*end = NUL;
|
||||
match_add(curwin, g, p + 1, 10, id, NULL);
|
||||
match_add(curwin, g, p + 1, 10, id, NULL, NULL);
|
||||
xfree(g);
|
||||
*end = c;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user