[7.2.280] A redraw in a custom statusline with %! may cause a crash.
commit83d1ff1eb79cb31da3e837d81b669726bb62e9df
authorBram Moolenaar <Bram@moolenaar.net>
Tue, 3 Nov 2009 17:15:35 +0000 (3 17:15 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Tue, 3 Nov 2009 17:15:35 +0000 (3 17:15 +0000)
tree4b7f5649a4fc9b2381a4a849fb9957f3269f6ad9
parent00c6aa4054ca7000c56aac4831255774abbed5a0
[7.2.280] A redraw in a custom statusline with %! may cause a crash.

Problem:    A redraw in a custom statusline with %! may cause a crash.
            (Yukihiro Nakadaira)

Solution:   Make a copy of 'statusline'.  Also fix typo in function name
            redraw_custum_statusline. (party by Dominique Pelle)

Patch 7.2.280
src/screen.c
src/version.c