commit | 4694a17d1ec08382f996990a7fac1ac60197ec81 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 21 14:05:23 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 21 14:05:23 2016 +0200 |
tree | 6010c9cfe992d5c0b6e5879d47d98c7e7b301936 | |
parent | ba53435144f46eaaa53c63a62e748b3feee9742c [diff] [blame] |
patch 7.4.1765 Problem: Undo options are not together in the options window. Solution: Put them together. (Gary Johnson)
diff --git a/src/version.c b/src/version.c index 9ec96b2..75d4746 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,10 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1765, +/**/ + 1764, +/**/ 1763, /**/ 1762,