diff src/version.c @ 20984:fe06ee7d3511 v8.2.1043

patch 8.2.1043: %a item in 'statusline' not tested Commit: https://github.com/vim/vim/commit/4014e2ceb03b8aeb947a0c671a099b677c8f2d5d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 23 20:00:50 2020 +0200 patch 8.2.1043: %a item in 'statusline' not tested Problem: %a item in 'statusline' not tested. Solution: Add a test. (Dominique Pell?, closes https://github.com/vim/vim/issues/6318)
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 Jun 2020 20:15:07 +0200
parents bb49b5090a9c
children 9dccf57e918a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1043,
+/**/
     1042,
 /**/
     1041,