forked from aniani/vim
patch 8.2.4570: no command line completion for :profile and :profdel
Problem: No command line completion for :profile and :profdel. Solution: Implement completion. (Yegappan Lakshmanan, closes #9955)
This commit is contained in:
committed by
Bram Moolenaar
parent
977525fea6
commit
1fdf84e033
@@ -3158,7 +3158,6 @@ func Test_cmdline_complete_breakdel()
|
||||
call assert_equal("\"breakdel here Xtest", @:)
|
||||
call feedkeys(":breakdel here \<Tab>\<C-B>\"\<CR>", 'tx')
|
||||
call assert_equal("\"breakdel here ", @:)
|
||||
|
||||
endfunc
|
||||
|
||||
" vim: shiftwidth=2 sts=2 expandtab
|
||||
|
||||
Reference in New Issue
Block a user