commit | 73170917f14d1b0d919c65fbc0a9d011b87d94da | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 22 22:44:11 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 22 22:44:11 2021 +0200 |
tree | 6ee99f847cbd30b9be296122e3d2ecc501cd5bdf | |
parent | 093165c899f1620543844d1c1a7a05975697c286 [diff] [blame] |
patch 8.2.3367: Vim9: :@r executing a register is inconsistent Problem: Vim9: :@r executing a register is inconsistent. Solution: Use "@r" as the start of an expression. (issue #8779)
diff --git a/src/version.c b/src/version.c index ca5402f..619c840 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3367, +/**/ 3366, /**/ 3365,