Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory sc8-pr-cvs1:/tmp/cvs-serv24650
Modified Files:
texmenuconf.vim
Log Message:
correct mispell which caused bug: s/mapleaer/mapleader/
Index: texmenuconf.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texmenuconf.vim,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** texmenuconf.vim 28 May 2003 11:11:16 -0000 1.14
--- texmenuconf.vim 29 May 2003 08:19:46 -0000 1.15
***************
*** 36,40 ****
exec 'anoremenu 80.30 '.s:mainmenuname.'&Compile<tab>'.mapleader.'ll'.
\' :silent! call RunLaTeX()<CR>'
! exec 'vnoremenu 80.35 '.s:mainmenuname.'Compile&Part<tab>'.mapleaer.'lc'.
\' :call Tex_PartCompilation("f","l","v")<CR>'
exec 'anoremenu 80.40 '.s:mainmenuname.'&View<tab>'.mapleader.'lv'.
--- 36,40 ----
exec 'anoremenu 80.30 '.s:mainmenuname.'&Compile<tab>'.mapleader.'ll'.
\' :silent! call RunLaTeX()<CR>'
! exec 'vnoremenu 80.35 '.s:mainmenuname.'Compile&Part<tab>'.mapleader.'lc'.
\' :call Tex_PartCompilation("f","l","v")<CR>'
exec 'anoremenu 80.40 '.s:mainmenuname.'&View<tab>'.mapleader.'lv'.
***************
*** 64,68 ****
" refreshing folds
if g:Tex_Folding
! exec 'anoremenu 80.120 '.s:mainmenuname.'&Refresh\ Folds<tab>'.mapleaer.'rf'.
\' :call MakeTexFolds(1)<CR>'
exec 'anoremenu 80.130 '.s:mainmenuname.'-sepsuite2- :'
--- 64,68 ----
" refreshing folds
if g:Tex_Folding
! exec 'anoremenu 80.120 '.s:mainmenuname.'&Refresh\ Folds<tab>'.mapleader.'rf'.
\' :call MakeTexFolds(1)<CR>'
exec 'anoremenu 80.130 '.s:mainmenuname.'-sepsuite2- :'
|