vim-patch:7.4.2135

Problem:    Various tiny issues.
Solution:   Update comments, white space, etc.

89eaa4185e
This commit is contained in:
lonerover
2017-03-11 18:09:15 +08:00
parent 1743df82f9
commit 3de3340132
4 changed files with 5 additions and 5 deletions

View File

@@ -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.