comparison src/version.c @ 22709:ecf0a8d6d4df v8.2.1903

patch 8.2.1903: buffer test fails with normal features Commit: https://github.com/vim/vim/commit/37e4e03c67dacfc4a065e95492ffc4c7f490b44b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 25 16:18:26 2020 +0100 patch 8.2.1903: buffer test fails with normal features Problem: Buffer test fails with normal features. Solution: Use 'numberwidth' instead of 'conceallevel' in the test.
author Bram Moolenaar <Bram@vim.org>
date Sun, 25 Oct 2020 16:30:03 +0100
parents 9ff187b1652e
children 92f221ad267c
comparison
equal deleted inserted replaced
22708:ccca10ddb762 22709:ecf0a8d6d4df
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1903,
753 /**/ 755 /**/
754 1902, 756 1902,
755 /**/ 757 /**/
756 1901, 758 1901,
757 /**/ 759 /**/