mirror of
https://github.com/zoriya/vim.git
synced 2025-12-20 22:25:20 +00:00
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 #8802)
This commit is contained in:
committed by
Bram Moolenaar
parent
c8103b4c25
commit
9aecf79c45
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3383,
|
||||
/**/
|
||||
3382,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user