Re: [Vim-latex-devel] Problem pasting between files
Brought to you by:
srinathava,
tmaas
From: David W. <da...@da...> - 2013-02-09 08:18:57
|
On (09/02/13 07:27), David Woodfall <da...@da...> put forth the proposition: >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? I've noticed that it works when using a split window, but not when closing vim and opening the second file, if that's any clue. |