diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-15 14:10:56 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-15 14:10:56 +0100 |
commit | ec4e84210b87965e7110b061a321c7ec8a359d47 (patch) | |
tree | d6b880ee8fa788dab05e83d300bcfe8279fb163a /src/nvim/diff.c | |
parent | 3b52e3c4c8784d60e44f3dc9a6bb7795af588931 (diff) | |
parent | 2ecab2193d6ea866be77588a80ce14669a008a7b (diff) | |
download | rneovim-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.c | 2 |
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. |