Christian Brabandt wrote: > On Di, 06 Mär 2018, Bram Moolenaar wrote: > > > I cannot reproduce this in xterm or gnome-terminal. Using Chrome as the > > browser. With normal paste the Esc is inserted as a character. When > > pasting with Shift pressed the Esc is stripped. > > I tried with xterm/xfce-terminal and firefox and could reproduce. You > must select the whole text with the mouse in the browser and use > Edit->Copy to use the Primary clipboard. Then in Vim in insert mode, I > used <C-R>+ and I could see the terminal flush because of changing mode. > > After quitting Vim, I could see on the terminal, that an external > command was executed.
Strange, there appears to be a difference between using the selection and the clipboard. Hmm, I think that can be fixed. Anyway, as what was otherwise suggested, the browser should not put unreadable codes into the clipboard, that is the root of the problem. -- Never under any circumstances take a sleeping pill and a laxative on the same night. /// 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/d/optout.
