On Thu, Nov 14, 2013 at 10:07 AM, Nazri Ramliy <[email protected]> wrote: > On Thu, Nov 14, 2013 at 9:28 AM, Nazri Ramliy <[email protected]> wrote: >> I can reproduce the bug using example.vim above, and multiple times in >> the same terminal window. > > Versions: > > $ xterm -version > XTerm(278) > > :ver > VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Nov 14 2013 08:14:53) > Included patches: 1-91
hg bisect tells me: The first bad revision is: changeset: 5090:8b7baf39a345 ... $ hg log -v -r 5090 changeset: 5090:8b7baf39a345 tag: v7-3-1288 user: Bram Moolenaar <[email protected]> date: Wed Jul 03 12:45:31 2013 +0200 files: src/proto/screen.pro src/screen.c src/term.c src/version.c description: 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>. nazri -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
