| commit | 725a96219441136809d12202bba9c9c615efe68f | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 16:57:13 2011 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 16:57:13 2011 +0200 |
| tree | d7298609428e3d243cb1e15a5052a95a7b2ef60d | |
| parent | 08c51aabc43e1617d75fa08ac8865410992feda3 [diff] |
updated for version 7.3.335
Problem: When 'imdisable' is reset from an autocommand in Insert mode it
doesn't take effect.
Solution: Call im_set_active() in Insert mode. (Taro Muraoka)