commit | 7964873afe59d0896a921b7c585167674bb784d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 18 21:43:07 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 18 21:43:07 2019 +0200 |
tree | c72d46d9af739d51471bf940a1bc077e526daaf5 | |
parent | df9c6cad8cc318e26e99c3b055f0788e7d6582de [diff] [blame] |
patch 8.1.1714: cannot preview a file in a popup window Problem: Cannot preview a file in a popup window. Solution: Add the 'previewpopup' option.
diff --git a/src/version.c b/src/version.c index 492e1ae..64a6daa 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1714, +/**/ 1713, /**/ 1712,