commit | 47016f57724d3970c54f4ca1f392dff39d3fecae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 26 16:39:58 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 26 16:39:58 2021 +0200 |
tree | 5a83f06518c486c1ad4bcc32f5e0a40bbadbf72e | |
parent | 4799cef85ce43e26f5022290b41a7c85bbab8cad [diff] [blame] |
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 #8780)
diff --git a/src/version.c b/src/version.c index 22dc440..7aa602f 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3377, +/**/ 3376, /**/ 3375,