comparison 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
comparison
equal deleted inserted replaced
20983:3bf150ea4d44 20984:fe06ee7d3511
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1043,
757 /**/ 759 /**/
758 1042, 760 1042,
759 /**/ 761 /**/
760 1041, 762 1041,
761 /**/ 763 /**/