forked from aniani/vim
patch 8.2.0712: various code not fully tested
Problem: Various code not fully tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #6049)
This commit is contained in:
@@ -269,6 +269,7 @@ func Test_set_completion()
|
||||
" Expand terminal options.
|
||||
call feedkeys(":set t_A\<C-A>\<C-B>\"\<CR>", 'tx')
|
||||
call assert_equal('"set t_AB t_AF t_AL', @:)
|
||||
call assert_fails('call feedkeys(":set <t_afoo>=\<C-A>\<CR>", "xt")', 'E474:')
|
||||
|
||||
" Expand directories.
|
||||
call feedkeys(":set cdpath=./\<C-A>\<C-B>\"\<CR>", 'tx')
|
||||
|
||||
Reference in New Issue
Block a user