[7.2.242] Setting 'lazyredraw' causes the cursor column to be recomputed.
commit175beff9527c9c5a0ad3add6afb4fde31da683b5
authorBram Moolenaar <Bram@moolenaar.net>
Wed, 29 Jul 2009 15:40:43 +0000 (29 15:40 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Wed, 29 Jul 2009 15:40:43 +0000 (29 15:40 +0000)
tree8996beddb22ede07dc7bde3042caaea8281ba7a7
parent5f0155fe5ac5c8027404920fb9a8eb5f3e15c618
[7.2.242] Setting 'lazyredraw' causes the cursor column to be recomputed.

Problem:    Setting 'lazyredraw' causes the cursor column to be recomputed.
            (Tom Link)

Solution:   Only recompute the cursor column for a boolean option if changes
            the cursor position.

Patch 7.2.242
src/option.c
src/version.c