Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory sc8-pr-cvs1:/tmp/cvs-serv29486
Modified Files:
texrc
Log Message:
customization of preview window
Index: texrc
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texrc,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** texrc 15 Jan 2003 16:23:13 -0000 1.21
--- texrc 3 Apr 2003 11:54:09 -0000 1.22
***************
*** 412,415 ****
--- 412,422 ----
" }}}
+ " TeX Viewer: {{{
+ " Options for preview window for ref/cite completion.
+
+ " Height of preview window
+ TexLet g:Tex_PreviewHeight = 10
+
+ " }}}
" }}}
|