commit | 4389f9cd00632adc0216d5ead13d859b186bcbf8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 27 16:55:11 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 27 16:55:11 2020 +0100 |
tree | 7bbafc23b6102f7ce39e8938d216c5d902db115c | |
parent | e462f52db3cab656485a71e4322b6cb18d564a06 [diff] [blame] |
patch 8.2.2228: Vim9: cannot use ":e #" because # starts a comment Problem: Vim9: cannot use ":e #" because # starts a comment. Solution: Support using %% instead of #.
diff --git a/src/version.c b/src/version.c index f9216ce..985e48e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2228, +/**/ 2227, /**/ 2226,