Re: [Vim-latex-devel] Problem pasting between files
Brought to you by:
srinathava,
tmaas
From: Devendra G. <dev...@gm...> - 2013-02-09 07:14:18
|
Try :set paste and once done pasting, :set nopaste Devendra 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? > |