commit | 51d1d536802b5d8232d47e56f165ba8a009529b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 01 22:51:46 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 01 22:51:46 2016 +0100 |
tree | f2788d5b5bb5d802e24f88883fe1fc25b2fb087c | |
parent | 10b369f67064cee91a5eb41383a694162c5c5e73 [diff] [blame] |
patch 7.4.1468 Problem: Sort test doesn't test with "1" argument. Solution: Also test ignore-case sorting. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 0a56a30..0d32734 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1468, +/**/ 1467, /**/ 1466,