comparison src/version.c @ 24622:ae44ab8824dd v8.2.2850

patch 8.2.2850: recalling commands from history is not tested Commit: https://github.com/vim/vim/commit/71c6f7a665eb467054fbf319989d97c252af28d2 Author: obcat <obcat@icloud.com> Date: Thu May 13 20:23:10 2021 +0200 patch 8.2.2850: recalling commands from history is not tested Problem: Recalling commands from history is not tested. Solution: Add tests. (closes https://github.com/vim/vim/issues/8194)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 May 2021 20:30:03 +0200
parents 9f48b262539b
children c6aaf1742634
comparison
equal deleted inserted replaced
24621:509b22dbcb23 24622:ae44ab8824dd
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 2850,
753 /**/ 755 /**/
754 2849, 756 2849,
755 /**/ 757 /**/
756 2848, 758 2848,
757 /**/ 759 /**/