commit | 9f646c2e1105f27484d7b008a29da554ff2c21b6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 26 21:56:47 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 26 21:56:47 2021 +0100 |
tree | 986f39907ee4c7357909d4ca4b5f694c5d9deabf | |
parent | d0bce504ec52def729fffa35c8896979af348d32 [diff] [blame] |
patch 8.2.2552: Vim9: no reason to consider "{{{{{{{{" a command Problem: Vim9: no reason to consider "{{{{{{{{" a command. Solution: Just use "{". (issue #7904)
diff --git a/src/version.c b/src/version.c index 07c793d..dc6a16c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2552, +/**/ 2551, /**/ 2550,