Merge #12181 from janlazo/vim-8.2.0635

vim-patch:8.2.{635,638}
This commit is contained in:
Justin M. Keyes 2020-04-25 20:41:08 -04:00 committed by GitHub
commit 2238b2a88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -6400,7 +6400,7 @@ static int color_numbers_88[28] = { 0, 4, 2, 6,
75, 11, 78, 15, -1 };
// for xterm with 256 colors...
static int color_numbers_256[28] = { 0, 4, 2, 6,
1, 5, 130, 130,
1, 5, 130, 3,
248, 248, 7, 7,
242, 242,
12, 81, 10, 121,

View File

@ -6,6 +6,9 @@ function Test_messages()
set nomore
" Avoid the "message maintainer" line.
let $LANG = ''
let $LC_ALL = ''
let $LC_MESSAGES = ''
let $LC_COLLATE = ''
let arr = map(range(10), '"hello" . v:val')
for s in arr