| commit | 9c520cb54438b1011d7b48354637681828b87682 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Tue May 10 14:22:16 2011 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Tue May 10 14:22:16 2011 +0200 |
| tree | b2732df76e443a64bacdfd0feb840ee274067688 | |
| parent | a4271d598b3103eb80f72969587d71445cfe337f [diff] |
updated for version 7.3.181
Problem: When repeating the insert of CTRL-V or a digraph the display may
not be updated correctly.
Solution: Only call edit_unputchar() after edit_putchar(). (Lech Lorens)