commit | 44068e97dbd8fc8ebd93113e436a1e37a6bff52c | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Jun 16 11:14:55 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 16 11:14:55 2022 +0100 |
tree | 716b248e729eaa9ce8a2795192d3863ca2e5c462 | |
parent | 83497f875881973df772cc4cc593766345df6c4a [diff] [blame] |
patch 8.2.5106: default cmdwin mappings are re-mappable Problem: Default cmdwin mappings are re-mappable. Solution: Make the default mappings not re-mappable. (closes #10580) Use symbols for the first do_map() argument.
diff --git a/src/version.c b/src/version.c index 4672f0e..c258263 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5106, +/**/ 5105, /**/ 5104,