Christian Brabandt wrote: > Bram, > there seems to be a problem, that vim also records K_SPECIAL and the > following bytes that are used for mouseclicks, and which seems to be a > problem when replaying a script in Windows. > See this question stackoverflow: > http://stackoverflow.com/questions/3981535/using-the-w-option-of-vim > > This patch fixes it by making sure, when writing the scriptout file, to > skip the K_SPECIAL and following bytes.
Dropping all K_SPECIAL codes would mean some commands get lost, right? How about inserting a CSI character (0x80) ? -- How To Keep A Healthy Level Of Insanity: 6. In the memo field of all your checks, write "for sexual favors". /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
