mirror of
https://github.com/neovim/neovim.git
synced 2026-01-08 14:23:17 +00:00
vim-patch:8.2.3377: Vim9: :disass completion does not understand "s:"
Problem: Vim9: :disass completion does not understand "s:".
Solution: Expand "s:" to a pattern. (closes vim/vim#8780)
47016f5772
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -1317,6 +1317,9 @@ func Test_cmdline_complete_various()
|
||||
" call feedkeys(":disas profile Test_cmdline_complete_var\<C-A>\<C-B>\"\<CR>", 'xt')
|
||||
" call assert_equal("\"disas profile Test_cmdline_complete_various", @:)
|
||||
|
||||
" call feedkeys(":disas s:WeirdF\<C-A>\<C-B>\"\<CR>", 'xt')
|
||||
" call assert_match('"disas <SNR>\d\+_WeirdFunc()', @:)
|
||||
|
||||
" call feedkeys(":disas \<S-Tab>\<C-B>\"\<CR>", 'xt')
|
||||
" call assert_match('"disas <SNR>\d\+_', @:)
|
||||
" call feedkeys(":disas debug \<S-Tab>\<C-B>\"\<CR>", 'xt')
|
||||
|
||||
Reference in New Issue
Block a user