vim-patch:7.4.2315

Problem:    Insufficient testing for Normal mode commands.
Solution:   Add a big test. (Christian Brabandt, closes vim/vim#1029)

87bc3f7459
This commit is contained in:
raichoo 2017-03-11 09:56:55 +01:00
parent 0cab62ad6f
commit b87cb77570
3 changed files with 1996 additions and 1 deletions

View File

@ -47,6 +47,7 @@ NEW_TESTS ?= \
test_match.res \
test_matchadd_conceal.res \
test_nested_function.res \
test_normal.res \
test_quickfix.res \
test_signs.res \
test_syntax.res \

File diff suppressed because it is too large Load Diff

View File

@ -126,7 +126,7 @@ static int included_patches[] = {
// 2318,
// 2317,
// 2316 NA
// 2315,
2315,
2314,
2313,
2312,