mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 17:29:54 +10:00
vim-patch:8.2.0358: insufficient testing for indent.c
Problem: Insufficient testing for indent.c. Solution: Add indent tests. (Yegappan Lakshmanan, closes vim/vim#5736)bd7206e02cCherry-pick Test_ex_mode() changes from Vim patches 8.2.{0342,0347}. Reorder test_expand_func.vim to match upstream. (cherry picked from commitc72857d396)
This commit is contained in:
committed by
github-actions[bot]
parent
aba7cb0613
commit
4e4e185405
@@ -32,5 +32,11 @@ describe('Ex mode', function()
|
||||
test_ex_edit(' foo', ' foo<C-d>')
|
||||
test_ex_edit(' foo0', ' foo0<C-d>')
|
||||
test_ex_edit(' foo^', ' foo^<C-d>')
|
||||
test_ex_edit('foo', '<BS><C-H><Del><kDel>foo')
|
||||
-- default wildchar <Tab> interferes with this test
|
||||
command('set wildchar=<c-e>')
|
||||
test_ex_edit('a\tb', 'a\t\t<C-H>b')
|
||||
test_ex_edit('\tm<C-T>n', '\tm<C-T>n')
|
||||
command('set wildchar&')
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user