diff options
author | lonerover <pathfinder1644@yahoo.com> | 2017-03-11 18:09:15 +0800 |
---|---|---|
committer | lonerover <pathfinder1644@yahoo.com> | 2017-03-11 18:26:03 +0800 |
commit | 3de33401324433b3a0ba3d217f0fae2fa3f6731f (patch) | |
tree | 738edec4eb8c8743bac58adfd9ae8b8df4c67cd8 /src/nvim/diff.c | |
parent | 1743df82f9003514c384ff99779d82179e6cb999 (diff) | |
download | rneovim-3de33401324433b3a0ba3d217f0fae2fa3f6731f.tar.gz rneovim-3de33401324433b3a0ba3d217f0fae2fa3f6731f.tar.bz2 rneovim-3de33401324433b3a0ba3d217f0fae2fa3f6731f.zip |
vim-patch:7.4.2135
Problem: Various tiny issues.
Solution: Update comments, white space, etc.
https://github.com/vim/vim/commit/89eaa4185efacab253b23a182c1c8a7bbf1096c9
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. |