[7.2.131] When 'keymap' is cleared may still use the cursor highlighting for
commit47f0c33c4adf15f1b2bd1bce9d9d30d109006cdc
authorBram Moolenaar <Bram@moolenaar.net>
Wed, 4 Mar 2009 03:10:32 +0000 (4 04:10 +0100)
committerBram Moolenaar <Bram@moolenaar.net>
Wed, 4 Mar 2009 03:10:32 +0000 (4 04:10 +0100)
tree78531398bd4695a7a10356bccafe31ace8aec1ad
parent9939e87c4744d4360dab42bfa8246727e11c1ea6
[7.2.131] When 'keymap' is cleared may still use the cursor highlighting for

Problem:    When 'keymap' is cleared may still use the cursor highlighting for
            when it's enabled.

Solution:   Reset 'iminsert' and 'imsearch'. (partly by Dominique Pelle)
            Also avoid ":setlocal" for these options have a global effect.

Patch 7.2.131
src/option.c
src/version.c