commit | bf9679ae4684cb0c4e6ef2c24da0f83955d53e57 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 25 11:25:53 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 25 11:25:53 2018 +0200 |
tree | 76298f0fa0c5318308079179792c96952e68d004 | |
parent | 0fd6be77de6c1570bd320fc89ba82b7018ac29ae [diff] [blame] |
patch 8.1.0492: "Edit with existing Vim" list can get long Problem: "Edit with existing Vim" list can get long. Solution: Move the list to a submenu. (Ken Takata, closes #3561)
diff --git a/src/version.c b/src/version.c index ad9b575..9283cc2 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 492, +/**/ 491, /**/ 490,