aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/buffer.c')
-rw-r--r--src/nvim/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c
index 762cd3efd3..f498fca6ad 100644
--- a/src/nvim/buffer.c
+++ b/src/nvim/buffer.c
@@ -920,7 +920,7 @@ do_buffer (
if (start == DOBUF_FIRST) {
/* don't warn when deleting */
if (!unload)
- EMSGN(_("E86: Buffer %" PRId64 " does not exist"), count);
+ EMSGN(_(e_nobufnr), count);
} else if (dir == FORWARD)
EMSG(_("E87: Cannot go beyond last buffer"));
else