| commit | 2951b77e5039bd4af215982422fe8c9b214c2de8 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 12:45:31 2013 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 12:45:31 2013 +0200 |
| tree | 83d65257422e079cfe13134d8cd34eef4e831d76 | |
| parent | 41009374747d68a12d043bcca0ae649d0c18daf4 [diff] |
updated for version 7.3.1288
Problem: The first ":echo 'hello'" command output doesn't show. Mapping
for <S-F3> gets triggered during startup.
Solution: Add debugging code for the termresponse. When receiving the "Co"
entry and when setting 'ambiwidth' redraw right away if possible.
Add redraw_asap(). Don't set 'ambiwidth' if it already had the
right value. Do the 'ambiwidth' check in the second row to avoid
confusion with <S-F3>.