commit | 2536d4f396680f079e2cb96f9787a434846b5ce7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 13:22:51 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 13:22:51 2015 +0200 |
tree | 0f7a7d0a8d1b24aef3970a03252346c875a8c005 | |
parent | 5d1bc78a2b9fbe3e3112afcde7c80eb19d5989f4 [diff] [blame] |
patch 7.4.783 Problem: copy_chars() and copy_spaces() are inefficient. Solution: Use memset() instead. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 4c90f1d..5a59add 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 783, +/**/ 782, /**/ 781,