commit | 37d619f896bb425a0e82199977ab9069434c9b1d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 10 14:46:26 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 10 14:46:26 2010 +0100 |
tree | 55436a1d7087827e0728afe130fc717fc44dc69c | |
parent | be678f86d13a4c613daf74192f177590bc45c2c4 [diff] [blame] |
updated for version 7.2.391 Problem: Internal alloc(0) error when doing "CTRL-V $ c". (Martti Kuparinen) Solution: Fix computations in getvcol(). (partly by Lech Lorens)
diff --git a/src/version.c b/src/version.c index 18f3ba5..a635aad 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 391, +/**/ 390, /**/ 389,