mirror of
https://github.com/neovim/neovim.git
synced 2026-05-07 00:40:20 -04: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) https://github.com/vim/vim/commit/47016f57724d3970c54f4ca1f392dff39d3fecae 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