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

@ -2,7 +2,7 @@
" You can also use this as a start for your own set of menus.
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
" Last Change: 2014 May 22
" Last Change: 2016 Jul 27
" Note that ":an" (short for ":anoremenu") is often used to make a menu work
" in all modes and avoid side effects from mappings defined by the user.

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.

View File

@ -305,7 +305,7 @@ static int included_patches[] = {
// 2138 NA
2137,
2136,
// 2135,
2135,
2134,
// 2133 NA
// 2132 NA

View File

@ -1,5 +1,5 @@
-- Test for *sub-replace-special* and *sub-replace-expression* on substitue().
-- Test for submatch() on substitue().
-- Test for *sub-replace-special* and *sub-replace-expression* on substitute().
-- Test for submatch() on substitute().
-- Test for *:s%* on :substitute.
local helpers = require('test.functional.helpers')(after_each)