comparison src/version.c @ 18924:a18d7782b80f v8.2.0023

patch 8.2.0023: command line editing not sufficiently tested Commit: https://github.com/vim/vim/commit/59cb041d0a56d8555857da7e063ec61504ee1fa7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 18 22:26:31 2019 +0100 patch 8.2.0023: command line editing not sufficiently tested Problem: Command line editing not sufficiently tested. Solution: Add more tests. (Dominique Pelle, closes https://github.com/vim/vim/issues/5374)
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Dec 2019 22:30:03 +0100
parents 23f68e3cb66e
children 50355c55519f
comparison
equal deleted inserted replaced
18923:70df9116845e 18924:a18d7782b80f
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 23,
745 /**/ 747 /**/
746 22, 748 22,
747 /**/ 749 /**/
748 21, 750 21,
749 /**/ 751 /**/