summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-07-17 13:22:51 +0200
committerBram Moolenaar <Bram@vim.org>2015-07-17 13:22:51 +0200
commit2536d4f396680f079e2cb96f9787a434846b5ce7 (patch)
tree0f7a7d0a8d1b24aef3970a03252346c875a8c005 /src/version.c
parent5d1bc78a2b9fbe3e3112afcde7c80eb19d5989f4 (diff)
downloadvim-git-7.4.783.tar.gz
patch 7.4.783v7.4.783
Problem: copy_chars() and copy_spaces() are inefficient. Solution: Use memset() instead. (Dominique Pelle)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 4c90f1dc9..5a59adde6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 783,
+/**/
782,
/**/
781,