diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-03-16 19:07:58 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-03-16 19:07:58 +0100 |
commit | 5ad15df9ce49f0b7adeac2c8387319d6f309bd5f (patch) | |
tree | 5dfef41cb17f54b2e285ec009008b14b12f3b0d2 /src/version.c | |
parent | 1c0b03e857c3f0eb9201f1046150a63866ebe49e (diff) | |
download | vim-git-5ad15df9ce49f0b7adeac2c8387319d6f309bd5f.tar.gz |
updated for version 7.3.472v7.3.472
Problem: Crash when using ":redraw" in a BufEnter autocommand and
switching to another tab. (驼峰)
Solution: Move triggering the the autocommands to after correcting the
option values. Also check the row value to be out of bounds.
(Christian Brabandt, Sergey Khorev)
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 41d967aff..f52d9fa4a 100644 --- a/src/version.c +++ b/src/version.c @@ -715,6 +715,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 472, +/**/ 471, /**/ 470, |