[Vim-latex-cvs] vimfiles/ftplugin/latex-suite texrc,1.22,1.23
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-04-03 14:29:22
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv31330 Modified Files: texrc Log Message: configuration of windows heights in viewer Index: texrc =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texrc,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** texrc 3 Apr 2003 11:54:09 -0000 1.22 --- texrc 3 Apr 2003 14:29:17 -0000 1.23 *************** *** 415,420 **** " Options for preview window for ref/cite completion. " Height of preview window ! TexLet g:Tex_PreviewHeight = 10 " }}} --- 415,423 ---- " Options for preview window for ref/cite completion. + " Height of cwindow + TexLet g:Tex_ViewerCwindowHeight = 5 + " Height of preview window ! TexLet g:Tex_ViewerPreviewHeight = 10 " }}} |