comparison src/version.c @ 6870:66ab6ec256d1 v7.4.755

patch 7.4.755 Problem: It is not easy to count the number of characters. Solution: Add the skipcc argument to strchars(). (Hirohito Higashi, Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Thu, 25 Jun 2015 16:09:26 +0200
parents 9798a98a1583
children 64ff14cbb665
comparison
equal deleted inserted replaced
6869:434c7e45274c 6870:66ab6ec256d1
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 755,
744 /**/ 746 /**/
745 754, 747 754,
746 /**/ 748 /**/
747 753, 749 753,
748 /**/ 750 /**/