commit | e24c5b3332b453175e5f73423884087a4aef1247 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 10 22:11:53 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 10 22:11:53 2019 +0100 |
tree | b0786de7591535eda14f17091a9048603779e3f3 | |
parent | 04357fbb87e65e50cc76295aec50114adb5cbd68 [diff] [blame] |
patch 8.1.2416: loading menus sets v:errmsg Problem: Loading menus sets v:errmsg. Solution: Avoid setting v:errmsg and add a test for that. (Jason Franklin)
diff --git a/src/version.c b/src/version.c index 645631e..1831286 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2416, +/**/ 2415, /**/ 2414,