commit | 5c6dbcb03fa552d7b0e61c8fcf425147eb6bf7d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 30 22:00:20 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 30 22:00:20 2017 +0200 |
tree | 13f37aa604997567c63b0e5786ee2625282d8d4b | |
parent | 4e83961985abb78757b135f29ac4ffde675247af [diff] [blame] |
patch 8.0.1026: GTK on-the-spot input has problems Problem: GTK on-the-spot input has problems. (Gerd Wachsmuth) Solution: Support over-the-spot. (Yukihiro Nakadaira, Ketn Takata, closes #1215)
diff --git a/src/version.c b/src/version.c index bce80f0..b33b2d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1026, +/**/ 1025, /**/ 1024,