aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/change.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/change.c')
-rw-r--r--src/nvim/change.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/change.c b/src/nvim/change.c
index 8a782c2b20..05cacaf2c2 100644
--- a/src/nvim/change.c
+++ b/src/nvim/change.c
@@ -757,7 +757,7 @@ int del_bytes(colnr_T count, bool fixpos_arg, bool use_delcombine)
}
// If "count" is negative the caller must be doing something wrong.
if (count < 1) {
- IEMSGN("E950: Invalid count for del_bytes(): %ld", count);
+ IEMSGN("E292: Invalid count for del_bytes(): %ld", count);
return FAIL;
}