comparison src/version.c @ 21491:e3c1e12f062c v8.2.1296

patch 8.2.1296: some part of using 'smarcase' was not tested Commit: https://github.com/vim/vim/commit/d66cdcd43a598825add743bc95642cd8ed705252 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 26 13:27:16 2020 +0200 patch 8.2.1296: some part of using 'smarcase' was not tested Problem: Some part of using 'smarcase' was not tested. Solution: Add more tests. (Dominique Pell?, closes https://github.com/vim/vim/issues/6538)
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jul 2020 13:30:04 +0200
parents c9a1b3b66fb7
children 7449921216bc
comparison
equal deleted inserted replaced
21490:59375f23e24b 21491:e3c1e12f062c
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1296,
757 /**/ 759 /**/
758 1295, 760 1295,
759 /**/ 761 /**/
760 1294, 762 1294,
761 /**/ 763 /**/