commit | d7823d5b7c32f73ca720373ea9c16b1b47f086df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 28 15:36:42 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 28 15:36:42 2018 +0100 |
tree | 48b1e9e14cb1c8bdad57ac3f008c007477a196a9 | |
parent | 95dbcbea6d85a5b79d9617ab3863458fdf0217a0 [diff] [blame] |
patch 8.0.1434: GTK: :promtfind does not put focus on text input Problem: GTK: :promtfind does not put focus on text input. (Adam Novak) Solution: When re-opening the dialog put focus on the text input. (Kazunobu Kuriyama, closes #2563)
diff --git a/src/version.c b/src/version.c index 6ebb01a..bace9d3 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1434, +/**/ 1433, /**/ 1432,