diff src/version.c @ 8352:2c40b40c3220 v7.4.1468

commit https://github.com/vim/vim/commit/51d1d536802b5d8232d47e56f165ba8a009529b5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 1 22:51:46 2016 +0100 patch 7.4.1468 Problem: Sort test doesn't test with "1" argument. Solution: Also test ignore-case sorting. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Mar 2016 23:00:04 +0100
parents e70fa2e110ec
children b151c3f9be72
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1468,
+/**/
     1467,
 /**/
     1466,