comparison src/version.c @ 6929:e55929fca0cf v7.4.783

patch 7.4.783 Problem: copy_chars() and copy_spaces() are inefficient. Solution: Use memset() instead. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Fri, 17 Jul 2015 13:22:51 +0200
parents 58d9f967ae1a
children f587f6857010
comparison
equal deleted inserted replaced
6928:e607a8d58e64 6929:e55929fca0cf
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 783,
744 /**/ 746 /**/
745 782, 747 782,
746 /**/ 748 /**/
747 781, 749 781,
748 /**/ 750 /**/