mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.1436: function implementing :substitute has unexpected name
Problem: Function implementing :substitute has unexpected name. Solution: Rename from do_sub() to ex_substitute().
This commit is contained in:
@@ -7343,7 +7343,7 @@ ex_submagic(exarg_T *eap)
|
||||
int magic_save = p_magic;
|
||||
|
||||
p_magic = (eap->cmdidx == CMD_smagic);
|
||||
do_sub(eap);
|
||||
ex_substitute(eap);
|
||||
p_magic = magic_save;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user