commit | c601d988b6b1a672f71e3d61f4aaa4f7742a3a21 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Oct 10 13:46:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 10 13:46:15 2022 +0100 |
tree | 21863b5e9bc335c7930aaa1990fa6c188bc582b1 | |
parent | 79f234499b6692cc16970b7455bc9b002242632f [diff] [blame] |
patch 9.0.0713: <amatch> of MenuPopup event is expanded like a file name Problem: <amatch> of MenuPopup event is expanded like a file name. Solution: Do not expand <amatch> for MenuPopup. (closes #11328)
diff --git a/src/version.c b/src/version.c index eef7ff1..2b57f7d 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 713, +/**/ 712, /**/ 711,