aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-03-15 14:10:56 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-03-15 14:10:56 +0100
commitec4e84210b87965e7110b061a321c7ec8a359d47 (patch)
treed6b880ee8fa788dab05e83d300bcfe8279fb163a /src/nvim/diff.c
parent3b52e3c4c8784d60e44f3dc9a6bb7795af588931 (diff)
parent2ecab2193d6ea866be77588a80ce14669a008a7b (diff)
downloadrneovim-ec4e84210b87965e7110b061a321c7ec8a359d47.tar.gz
rneovim-ec4e84210b87965e7110b061a321c7ec8a359d47.tar.bz2
rneovim-ec4e84210b87965e7110b061a321c7ec8a359d47.zip
Merge #6254 'vim-patch:7.4.2135,7.4.2144,7.4.2151'
Diffstat (limited to 'src/nvim/diff.c')
-rw-r--r--src/nvim/diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/diff.c b/src/nvim/diff.c
index 5940dc55da..11ade20c1c 100644
--- a/src/nvim/diff.c
+++ b/src/nvim/diff.c
@@ -129,7 +129,7 @@ void diff_buf_add(buf_T *buf)
}
}
- EMSGN(_("E96: Can not diff more than %" PRId64 " buffers"), DB_COUNT);
+ EMSGN(_("E96: Cannot diff more than %" PRId64 " buffers"), DB_COUNT);
}
/// Find buffer "buf" in the list of diff buffers for the current tab page.