mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
0cab62ad6f
commit
b87cb77570
@ -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 \
|
||||
|
1994
src/nvim/testdir/test_normal.vim
Normal file
1994
src/nvim/testdir/test_normal.vim
Normal file
File diff suppressed because it is too large
Load Diff
@ -126,7 +126,7 @@ static int included_patches[] = {
|
||||
// 2318,
|
||||
// 2317,
|
||||
// 2316 NA
|
||||
// 2315,
|
||||
2315,
|
||||
2314,
|
||||
2313,
|
||||
2312,
|
||||
|
Loading…
Reference in New Issue
Block a user