commit | c60e959cba03fae9cff9b2674fab646cc70819fc | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Sat Jul 03 21:41:38 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 03 21:41:38 2021 +0200 |
tree | b1ee703157d0e17ea218a0be3dd0e6e43b169bc2 | |
parent | fb773a3e0aa9466bb953c29bad0bf4ba34461a40 [diff] [blame] |
patch 8.2.3094: Test_popup_atcursor_pos() fails without the conceal feature Problem: Test_popup_atcursor_pos() fails without the conceal feature. Solution: Add a check for the conceal feature. (Dominique Pellé, closes #8505)
diff --git a/src/version.c b/src/version.c index 3b8a50a..79a6a85 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3094, +/**/ 3093, /**/ 3092,