summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_cmds.c')
-rw-r--r--src/ex_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index 88161fa2c4..2550f0e30e 100644
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -3553,7 +3553,7 @@ typedef struct {
* The usual escapes are supported as described in the regexp docs.
*/
void
-do_sub(exarg_T *eap)
+ex_substitute(exarg_T *eap)
{
linenr_T lnum;
long i = 0;