[Vim-latex-cvs] vimfiles/ftplugin/latex-suite texmenuconf.vim,1.9,1.10
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-04-14 11:23:29
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv9602 Modified Files: texmenuconf.vim Log Message: proper calling partial compilation from menu, forgotten commit :/ Index: texmenuconf.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texmenuconf.vim,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** texmenuconf.vim 4 Apr 2003 00:55:57 -0000 1.9 --- texmenuconf.vim 14 Apr 2003 11:23:24 -0000 1.10 *************** *** 37,41 **** \' :silent! call RunLaTeX()<CR>' exec 'anoremenu 80.35 '.s:mainmenuname.'Compile&Part<tab>\\lc'. ! \' :silent! call Tex_PartCompilation()<CR>' exec 'anoremenu 80.40 '.s:mainmenuname.'&View<tab>\\lv'. \' :silent! call ViewLaTeX("all")<CR>' --- 37,41 ---- \' :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>' |