comparison src/version.c @ 13119:729f279fda8d v8.0.1434

patch 8.0.1434: GTK: :promtfind does not put focus on text input commit https://github.com/vim/vim/commit/d7823d5b7c32f73ca720373ea9c16b1b47f086df Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 28 15:36:42 2018 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Jan 2018 15:45:05 +0100
parents cfaa513efa3f
children 3321582cae78
comparison
equal deleted inserted replaced
13118:d2720676b789 13119:729f279fda8d
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1434,
774 /**/ 776 /**/
775 1433, 777 1433,
776 /**/ 778 /**/
777 1432, 779 1432,
778 /**/ 780 /**/