diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-10-06 15:46:11 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-10-06 15:46:11 +0200 |
commit | a951e35478fd78d6d3cd970842502fb76c377df9 (patch) | |
tree | 873423111e193ce680416ed2febbba2a1245d145 /src/version.c | |
parent | b133208080a6dde56e930b5069061f03ea7320ff (diff) | |
download | vim-a951e35478fd78d6d3cd970842502fb76c377df9.zip |
updated for version 7.4.051
Problem: Syntax highlighting a Yaml file causes a crash. (Blake Preston)
Solution: Copy the pim structure before calling addstate() to avoid it
becoming invalide when the state list is reallocated.
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 664e07dd4..8b6ff662f 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 51, +/**/ 50, /**/ 49, |