1
0
forked from aniani/vim

updated for version 7.3.069

Problem:    GTK: pressing Enter in inputdialog() doesn't work like clicking OK
            as documented.
Solution:   call gtk_entry_set_activates_default(). (Britton Kerin)
This commit is contained in:
Bram Moolenaar
2010-11-24 18:48:12 +01:00
parent f666f0e5c0
commit df6b11e955
2 changed files with 5 additions and 0 deletions

View File

@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
69,
/**/
68,
/**/