diff options
author | naohiro ono <obcat@icloud.com> | 2021-08-28 15:56:06 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-08-28 15:56:06 +0200 |
commit | 9aecf79c45da5593e4d8c0de1b2d212edc4765ce (patch) | |
tree | c847bf698ddd1d2c442594e96a7f8d298e110c69 /src/version.c | |
parent | c8103b4c2547ce2044469bcd49e3d55907bd33d1 (diff) | |
download | vim-git-9aecf79c45da5593e4d8c0de1b2d212edc4765ce.tar.gz |
patch 8.2.3383: Vim9: completion for :disassemble adds parenthesisv8.2.3383
Problem: Vim9: completion for :disassemble adds parenthesis.
Solution: Don't add parenthesis. (Naohiro Ono, closes #8802)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 77935e5e6..a9c5b4cdf 100644 --- a/src/version.c +++ b/src/version.c @@ -756,6 +756,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3383, +/**/ 3382, /**/ 3381, |