mirror of
https://github.com/neovim/neovim.git
synced 2025-12-26 08:09:02 +00:00
vim-patch:8.2.3383: Vim9: completion for :disassemble adds parenthesis
Problem: Vim9: completion for :disassemble adds parenthesis.
Solution: Don't add parenthesis. (Naohiro Ono, closes vim/vim#8802)
9aecf79c45
Co-authored-by: naohiro ono <obcat@icloud.com>
This commit is contained in:
@@ -1316,9 +1316,11 @@ func Test_cmdline_complete_various()
|
||||
" call assert_equal("\"disas debug 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 Test_cmdline_complete_var\<C-A>\<C-B>\"\<CR>", 'xt')
|
||||
" call assert_equal("\"disas Test_cmdline_complete_various", @:)
|
||||
|
||||
" call feedkeys(":disas s:WeirdF\<C-A>\<C-B>\"\<CR>", 'xt')
|
||||
" call assert_match('"disas <SNR>\d\+_WeirdFunc()', @:)
|
||||
" call assert_match('"disas <SNR>\d\+_WeirdFunc', @:)
|
||||
|
||||
" call feedkeys(":disas \<S-Tab>\<C-B>\"\<CR>", 'xt')
|
||||
" call assert_match('"disas <SNR>\d\+_', @:)
|
||||
|
||||
Reference in New Issue
Block a user