| commit | c51b02d7d9c75c241eb6435d410422d0fa9147a1 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Tue Feb 17 10:58:25 2015 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 17 10:58:25 2015 +0100 |
| tree | a4688ae9bfc551cf06dd6a309bc82bc08aa45b20 | |
| parent | 98f52500b6bca75539f50ea31cb333223141dfeb [diff] |
updated for version 7.4.630
Problem: When using Insert mode completion combined with autocommands the
redo command may not work.
Solution: Do not save the redo buffer when executing autocommands. (Yasuhiro
Matsumoto)