[Vim-latex-devel] New line in mapping
Brought to you by:
srinathava,
tmaas
From: abstractd <abs...@gm...> - 2012-01-18 18:58:59
|
How do I change the following call IMAP('DEF', '\begin{definition}<++>\end{definition}<++>', 'tex') (in my tex.vim) such that it adds an empty line between begin and end. That is, I want the result to be: \begin{definition} <++> \end{definition}<++> I've tried a bunch of different things but I don't get it to work. |