commit | 1e615669c0f1f4125001b2c01c30b00d8c68035e | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat May 22 17:12:46 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 22 17:12:46 2021 +0200 |
tree | 940a488a0ed80f059b47ef98f00b968b47a6dc75 | |
parent | 23c0192166760b0d73bd39252ca72e3cfe596f6e [diff] [blame] |
patch 8.2.2877: insufficient tests for popup menu rightleft Problem: Insufficient tests for popup menu rightleft. Solution: Add tests. (Yegappan Lakshmanan, closes #8235)
diff --git a/src/version.c b/src/version.c index ca18b67..82ecd0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2877, +/**/ 2876, /**/ 2875,