commit | fd3fe98b78edb10f2d439b0c6d56e6d70eecb92d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 01 17:49:44 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 01 17:49:44 2014 +0200 |
tree | ddac03ff4e8559f59c4c3bd56cd63105a4ce35eb | |
parent | efa304d760640e5c575bef97d689f7c360b20779 [diff] [blame] |
updated for version 7.4.232 Problem: ":%s/\n//" uses a lot of memory. (Aidan Marlin) Solution: Turn this into a join command. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index bd6ad3f..1780946 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 232, +/**/ 231, /**/ 230,