diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-14 12:16:25 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-14 12:16:25 +0200 |
commit | 9577c3e9734ecc2d39dc900d55be3c6ae14b57b1 (patch) | |
tree | f9f6ade6dca9220929ea3dbc474304db9031847b /src/version.c | |
parent | 54ab0f1e54dbca00f88f931dc0f0caf5f7a9d2a2 (diff) | |
download | vim-9577c3e9734ecc2d39dc900d55be3c6ae14b57b1.zip |
updated for version 7.2.423
Problem: Crash when assigning s: to variable. (Yukihiro Nakadaira)
Solution: Make ga_scripts contain pointer to scriptvar_T instead of
scriptvar_T itself. (Dominique Pelle)
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 d46f0eb10..d286522fa 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 */ /**/ + 423, +/**/ 422, /**/ 421, |