Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory sc8-pr-cvs1:/tmp/cvs-serv2611
Modified Files:
templates.vim
Log Message:
. Merging changes from the b-newpackages directory. I think we should let
cvs handle the last-changed line. This line is causing havoc in merging.
For example, this file was never changed in the b-newpackages directory
except sometime by mistake the Last Change: line got modified because of
somet update...
Index: templates.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/templates.vim,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** templates.vim 23 Dec 2002 01:59:18 -0000 1.8
--- templates.vim 27 Dec 2002 22:47:46 -0000 1.9
***************
*** 88,102 ****
" A function only puts one item into the search history...
! call Tex_CleanSearchHistory()
endif
endfunction
function! <SID>Exec(what)
! exec 'return '.a:what
endfunction
" Back-Door to trojans !!!
function! <SID>Compute(what)
! exe a:what
if exists('s:comTemp')
return s:comTemp.s:comTemp
--- 88,102 ----
" A function only puts one item into the search history...
! call Tex_CleanSearchHistory()
endif
endfunction
function! <SID>Exec(what)
! exec 'return '.a:what
endfunction
" Back-Door to trojans !!!
function! <SID>Compute(what)
! exe a:what
if exists('s:comTemp')
return s:comTemp.s:comTemp
***************
*** 109,116 ****
com! -nargs=? TTemplate :call <SID>ReadTemplate(<f-args>)
! \| :call <SID>ProcessTemplate()
! \| :0
! \| :exec "normal! i\<C-r>=IMAP_Jumpfunc('', 1)\<CR>"
! \| :startinsert
" vim:fdm=marker:ts=4:sw=4:noet
--- 109,116 ----
com! -nargs=? TTemplate :call <SID>ReadTemplate(<f-args>)
! \| :call <SID>ProcessTemplate()
! \| :0
! \| :exec "normal! i\<C-r>=IMAP_Jumpfunc('', 1)\<CR>"
! \| :startinsert
" vim:fdm=marker:ts=4:sw=4:noet
|