commit | ac48506ac62b2ece523d5af6ea6c95b699d70b94 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 23 19:45:01 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 23 19:45:01 2022 +0000 |
tree | 15f7b8ac648f36039c06b1ac67f1067ce988f0eb | |
parent | c20e46a4e3efcd408ef132872238144ea34f7ae5 [diff] [blame] |
patch 8.2.4615: mapping with escaped bar does not work in :def function Problem: Mapping with escaped bar does not work in :def function. (Sergey Vlasov) Solution: Do not remove the backslash. (closes #10002)
diff --git a/src/version.c b/src/version.c index ad4f3c8..dd2330e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4615, +/**/ 4614, /**/ 4613,