Re: [Vim-latex-devel] Problem pasting between files
Brought to you by:
srinathava,
tmaas
From: David W. <da...@da...> - 2013-02-09 07:28:38
|
On (09/02/13 12:44), Devendra Ghate <dev...@gm...> put forth the proposition: >Try > >:set paste > >and once done pasting, > >:set nopaste Tried that first. No luck I'm afraid. >On 02/09/2013 10:55 AM, David Woodfall wrote: >> When I copy lines from one tex file, open a different one and paste >> I'm not getting a proper paste. Instead it pastes what looks like an >> escape sequence ^[. On testing it does paste into a filetype other >> than tex, so the yank line is working, just not the paste. >> >> What can I do to paste properly between tex files? |