[Vim-latex-devel] linewise selection and environment mapping
Brought to you by:
srinathava,
tmaas
From: Sebastien M. <seb...@fl...> - 2005-08-11 14:49:26
|
Hi, I am quite new to vim-latex but I find it very cool. One thing I don't figure out is why, when I select some text with, for example, Vjj, and that I type ,ce, I get {\centerling my line one my line two my line three} instead of \begin{center} my line one my line two my line three \end{center} This is what :map outputs v ,ce * <C-\><C-N>:call VEnclose('\centerline{', '}', '\begin{center}', '\end{center}')<CR> Any help very welcome. Sincerely, -- Sébastien Mengin http://sebastien.flibuste.net |