commit | 1fc34225acbee5ddca2b9ec3f82b3014d385b7f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 13:56:24 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 13:56:24 2022 +0000 |
tree | fb70c61fa811d9acbbddfc40fed5d54d79208df7 | |
parent | 35d8c2010ea6ee5c9bcfa6a8285648172b92ed83 [diff] [blame] |
patch 8.2.4498: using <Plug> with "noremap" does not work Problem: Using <Plug> with "noremap" does not work. Solution: Always remap <Plug>. (closes #9879, closes #9789)
diff --git a/src/version.c b/src/version.c index 73b6af7..6131427 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4498, +/**/ 4497, /**/ 4496,