Sylvain wrote:
> I compiled vim8 and named vim8 binary.
>
> I got a strange clipboard alteration:
>
> If I start vim8 simply and quit, clip board the terminal seems now
> corrupted for pasting. I got:
Just running Vim should not change the clipboard. Perhaps something in
your setup causes this? Try using "vim8 -u NONE".
> The clipboard content surrounded with 0~ + 1~
>
> 0~ content here 1~
Strange. Must be caused by the bracketed paste mechanism. Vim tells
the terminal to surround the pasted text with escape sequences.
However, Vim filters these out, thus they should not end up on the
clipboard. Perhaps the Terminal is causing this?
> Here is an example:
>
> > echo salut3 | xclip -i -sel c
> # pasted OK it isn't a valid command
> > salut3
> salut3: command not found
> > # paste with ctrl+v : salut3
> > vim8
> # just quit after entering in vim8
>
> > # paste with ctrl+v : 0~salut3
> > 1~
> 1~: command not found
>
>
>
> I also installed clipit package. Packaged vim 7 in xubuntu 16.04 behaves
> without altering the terminal.
>
> Any idea?
Try using another terminal (xterm for example). If you are not using
xterm but do set $TERM to "xterm" that might also cause trouble.
--
[Autumn changed into Winter ... Winter changed into Spring ... Spring
changed back into Autumn and Autumn gave Winter and Spring a miss and
went straight on into Summer ... Until one day ...]
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// 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.