commit | 29dfa5af3c14406573d08609d2e95add4d6b45fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 20 21:24:45 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 20 21:24:45 2018 +0100 |
tree | 64eedb6c602fc6d07f4f52551fc203025a0f2d11 | |
parent | 5a3a49ed592e8300553590392721a5e55fede6e7 [diff] [blame] |
patch 8.0.1625: test_quotestar is flaky when run in GTK GUI Problem: Test_quotestar is flaky when run in GTK GUI. Solution: Do not call lose_selection when invoked from selection_clear_event().
diff --git a/src/version.c b/src/version.c index bc0cff3..3c57f0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1625, +/**/ 1624, /**/ 1623,