diff src/version.c @ 24677:cac5f0bf7376 v8.2.2877

patch 8.2.2877: insufficient tests for popup menu rightleft Commit: https://github.com/vim/vim/commit/1e615669c0f1f4125001b2c01c30b00d8c68035e Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sat May 22 17:12:46 2021 +0200 patch 8.2.2877: insufficient tests for popup menu rightleft Problem: Insufficient tests for popup menu rightleft. Solution: Add tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/8235)
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 May 2021 17:15:05 +0200
parents ae30a87aafd3
children 80422f66978a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2877,
+/**/
     2876,
 /**/
     2875,