commit | 56cddb38790ba535919524d9d2f32dbec9f3f07a | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Fri Jun 04 21:09:55 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 04 21:09:55 2021 +0200 |
tree | e6e34609773296a80b76729da36fcdc44e71cedc | |
parent | 5fa9b24440d677c1aa00084d0cf84638b1e1a0d5 [diff] [blame] |
patch 8.2.2937: popup test fails if rightleft feature not enabled Problem: Popup test fails if rightleft feature not enabled. Solution: Check that the rightleft feature is available. (Dominique Pellé, closes #8321)
diff --git a/src/version.c b/src/version.c index a230c4e..d59df5c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2937, +/**/ 2936, /**/ 2935,