[Vim-latex-cvs] vimfiles/ftplugin/latex-suite texmenuconf.vim,1.10,1.11
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-04-14 17:14:45
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv28394 Modified Files: texmenuconf.vim Log Message: Partial compilation menu element didn't work. Change element to visual only. Index: texmenuconf.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texmenuconf.vim,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** texmenuconf.vim 14 Apr 2003 11:23:24 -0000 1.10 --- texmenuconf.vim 14 Apr 2003 17:14:38 -0000 1.11 *************** *** 36,41 **** exec 'anoremenu 80.30 '.s:mainmenuname.'&Compile<tab>\\ll'. \' :silent! call RunLaTeX()<CR>' ! exec 'anoremenu 80.35 '.s:mainmenuname.'Compile&Part<tab>\\lc'. ! \' :silent! call Tex_PartCompilation("fline","lline", "v")<CR>' exec 'anoremenu 80.40 '.s:mainmenuname.'&View<tab>\\lv'. \' :silent! call ViewLaTeX("all")<CR>' --- 36,41 ---- exec 'anoremenu 80.30 '.s:mainmenuname.'&Compile<tab>\\ll'. \' :silent! call RunLaTeX()<CR>' ! exec 'vnoremenu 80.35 '.s:mainmenuname.'Compile&Part<tab>\\lc'. ! \' :call Tex_PartCompilation("f","l","v")<CR>' exec 'anoremenu 80.40 '.s:mainmenuname.'&View<tab>\\lv'. \' :silent! call ViewLaTeX("all")<CR>' |