comparison src/version.c @ 14256:a1d21fc6e457 v8.1.0144

patch 8.1.0144: the :cd command does not have good test coverage commit https://github.com/vim/vim/commit/b2e0c94a4d27e3e6222d26f13e0418a85cab21a2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 3 18:36:27 2018 +0200 patch 8.1.0144: the :cd command does not have good test coverage Problem: The :cd command does not have good test coverage. Solution: Add more tests. (Dominique Pelle, closes https://github.com/vim/vim/issues/2972)
author Christian Brabandt <cb@256bit.org>
date Tue, 03 Jul 2018 18:45:07 +0200
parents 1cfeee3ba4cd
children 71bb93bf9a44
comparison
equal deleted inserted replaced
14255:0b47fbbde504 14256:a1d21fc6e457
787 NULL 787 NULL
788 }; 788 };
789 789
790 static int included_patches[] = 790 static int included_patches[] =
791 { /* Add new patch number below this line */ 791 { /* Add new patch number below this line */
792 /**/
793 144,
792 /**/ 794 /**/
793 143, 795 143,
794 /**/ 796 /**/
795 142, 797 142,
796 /**/ 798 /**/