mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:7.4.1923
Problem: Command line editing is not tested much. Solution: Add tests for expanding the file name and 'wildmenu'.ae3150ec8d
The test_cmdline.vim tests were ported in23f591dba0
and thus should have marked 1923 as applied. The test_cmdline.vim invocation has been moved from test_alot.vim to src/nvim/testdir/Makefile to better accord with the upstream code.
This commit is contained in:
parent
5f0260808c
commit
4f8964cc00
@ -32,6 +32,7 @@ SCRIPTS := \
|
||||
# Keep test_alot*.res as the last one, sort the others.
|
||||
NEW_TESTS = \
|
||||
test_cscope.res \
|
||||
test_cmdline.res \
|
||||
test_hardcopy.res \
|
||||
test_help_tagjump.res \
|
||||
test_history.res \
|
||||
|
@ -8,7 +8,6 @@ source test_ex_undo.vim
|
||||
source test_expr.vim
|
||||
source test_expr_utf8.vim
|
||||
source test_feedkeys.vim
|
||||
source test_cmdline.vim
|
||||
source test_menu.vim
|
||||
source test_options.vim
|
||||
source test_popup.vim
|
||||
|
@ -519,7 +519,7 @@ static int included_patches[] = {
|
||||
// 1926 NA
|
||||
// 1925 NA
|
||||
// 1924 NA
|
||||
// 1923,
|
||||
1923,
|
||||
// 1922 NA
|
||||
// 1921 NA
|
||||
// 1920 NA
|
||||
|
Loading…
Reference in New Issue
Block a user