commit | 208567e9d744ef7b89bed1f62e951ae4ee2f6f5f | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Oct 18 13:11:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 18 13:11:21 2022 +0100 |
tree | d92b5868fa996d7bff5daf99052a2c7b401ce148 | |
parent | 9652249a2d02318a28a63a7b5711f25652e8f969 [diff] [blame] |
patch 9.0.0786: user command does not get number from :tab modifier Problem: User command does not get number from :tab modifier. Solution: Include the number. (closes #11393, closes #6801)
diff --git a/src/version.c b/src/version.c index f3a7e29..c39a835 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 786, +/**/ 785, /**/ 784,