diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-03-10 14:46:26 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-03-10 14:46:26 +0100 |
commit | 37d619f896bb425a0e82199977ab9069434c9b1d (patch) | |
tree | 55436a1d7087827e0728afe130fc717fc44dc69c /src/version.c | |
parent | be678f86d13a4c613daf74192f177590bc45c2c4 (diff) | |
download | vim-37d619f896bb425a0e82199977ab9069434c9b1d.zip |
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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 18f3ba5c4..a635aad7a 100644 --- a/src/version.c +++ b/src/version.c @@ -682,6 +682,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 391, +/**/ 390, /**/ 389, |