0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 7.4.783

Problem:    copy_chars() and copy_spaces() are inefficient.
Solution:   Use memset() instead. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2015-07-17 13:22:51 +02:00
parent 5d1bc78a2b
commit 2536d4f396
6 changed files with 20 additions and 54 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
783,
/**/
782,
/**/