Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory sc8-pr-cvs1:/tmp/cvs-serv25902
Modified Files:
envmacros.vim
Log Message:
Index: envmacros.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/envmacros.vim,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** envmacros.vim 23 Dec 2003 21:26:50 -0000 1.43
--- envmacros.vim 23 Dec 2003 21:30:54 -0000 1.44
***************
*** 72,76 ****
if g:Tex_EnvironmentMaps && !exists('s:doneOnce')
- " call IMAP (a:lhs, '\begin{'.a:name."}\<CR>".extra."<++>\<CR>\\end{".a:name."}<++>", 'tex')
call IMAP(a:lhs, "\<C-r>=Tex_PutEnvironment('".a:name."')\<CR>", 'tex')
exec 'vnoremap <silent> '.vlhs.' '.vrhs
--- 72,75 ----
|