[Vim-latex-cvs] vimfiles/ftplugin/latex-suite elementmacros.vim,1.2,1.3
Brought to you by:
srinathava,
tmaas
|
From: <mi...@us...> - 2002-11-05 17:10:31
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory usw-pr-cvs1:/tmp/cvs-serv24122
Modified Files:
elementmacros.vim
Log Message:
elementmacros.vim: To Various menu added \pageref and \cite
Index: elementmacros.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/elementmacros.vim,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** elementmacros.vim 4 Nov 2002 20:39:03 -0000 1.2
--- elementmacros.vim 5 Nov 2002 17:10:28 -0000 1.3
***************
*** 3,7 ****
" Author: Mikolaj Machowski
" Created: Tue Apr 23 06:00 PM 2002 PST
! " Last Change: pon lis 04 09:00 2002 C
"
" Description: macros for dimensions/fonts/counters.
--- 3,7 ----
" Author: Mikolaj Machowski
" Created: Tue Apr 23 06:00 PM 2002 PST
! " Last Change: wto lis 05 02:00 2002 C
"
" Description: macros for dimensions/fonts/counters.
***************
*** 321,328 ****
--- 321,330 ----
" Various {{{
call <SID>Tex_VariousMenus('ref{}' , '\ref{ä}«»')
+ call <SID>Tex_VariousMenus('pageref{}' , '\pageref{ä}«»')
call <SID>Tex_VariousMenus('label{}' , '\label{ä}«»')
call <SID>Tex_VariousMenus('footnote{}' , '\footnote{ä}«»')
call <SID>Tex_VariousMenus('footnotemark{}', '\footnotemark{ä}«»')
call <SID>Tex_VariousMenus('footnotemark{}', '\footnotetext{ä}«»')
+ call <SID>Tex_VariousMenus('cite{}' , '\cite{ä}«»')
" }}}
endif
|