commit | 6057748a1af2260b4ab9630f21fe71f42f91250d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 04 21:35:07 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 04 21:35:07 2021 +0100 |
tree | 404ed7198be078a11d3ef6271bf7a2aba20e1d75 | |
parent | 6c3843ca8ab105bfb85f6ea8bcec2cbc03f46e7f [diff] [blame] |
patch 8.2.2568: second time a preview popup is opened highlight is not set Problem: Second time a preview popup is opened highlight is not set. (Gabriel Dupras) Solution: Apply 'previewpopup' after getting the file. (closes #7928)
diff --git a/src/version.c b/src/version.c index 879931d..da9328c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2568, +/**/ 2567, /**/ 2566,