commit | 92a3d20682d46359bb50a452b4f831659e799155 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Aug 31 16:40:17 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 31 16:40:17 2022 +0100 |
tree | eb8d9cc28b75816f7b47b5ae511514f3aaf66502 | |
parent | a2a8973e51a0052bb52e43a2b22e7ecdecc32003 [diff] [blame] |
patch 9.0.0341: mapset() does not restore <Nop> mapping properly Problem: mapset() does not restore <Nop> mapping properly. Solution: Use an empty string for <Nop>. (closes #11022)
diff --git a/src/version.c b/src/version.c index d886882..2db1aa6 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 341, +/**/ 340, /**/ 339,