[7.2.122] Invalid memory access when the VimResized autocommand changes
commit69a94f1c569ed9dcc6494f24f099386777d3c75a
authorBram Moolenaar <Bram@moolenaar.net>
Sun, 22 Feb 2009 20:11:14 +0000 (22 21:11 +0100)
committerBram Moolenaar <Bram@moolenaar.net>
Sun, 22 Feb 2009 20:11:14 +0000 (22 21:11 +0100)
tree206e1d0072b60ef25d20e05b782caaa50eda29d2
parent9668f4e73cc490b31b5f06034e589668f005ad49
[7.2.122] Invalid memory access when the VimResized autocommand changes

Problem:    Invalid memory access when the VimResized autocommand changes
            'columns' and/or 'lines'.

Solution:   After VimResized check for changed values. (Dominique Pelle)

Patch 7.2.122
src/screen.c
src/version.c