commit | 90f3e7ac56056ffad50bac9d4497b5830c37ab26 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 01 22:40:44 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 01 22:40:44 2019 +0200 |
tree | 5a787144818c26a791d8a0c5cfa5969483b67e29 | |
parent | f4fd7ecbc025e8022c3fbfe52bc512b907cb5459 [diff] [blame] |
patch 8.1.1789: cannot see file name of preview popup window Problem: Cannot see file name of preview popup window. Solution: Add the file name as the title.
diff --git a/src/version.c b/src/version.c index edb770c..723a1c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1789, +/**/ 1788, /**/ 1787,