Update of /cvsroot/vim-latex/vimfiles/ftplugin/tex
In directory sc8-pr-cvs1:/tmp/cvs-serv8539
Modified Files:
texviewer.vim
Log Message:
Bug: Folds in preview window are closed (Alan Schmitt)
Solution: Use nofoldenable, foldlevel=10 wasn't enough (MM)
Index: texviewer.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/tex/texviewer.vim,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** texviewer.vim 2 Sep 2003 07:15:30 -0000 1.32
--- texviewer.vim 26 Nov 2003 11:19:01 -0000 1.33
***************
*** 400,404 ****
" Settings of preview window
exe g:Tex_ViewerPreviewHeight.' wincmd _'
! setlocal foldlevel=10
if exists('s:type') && s:type =~ 'cite'
--- 400,404 ----
" Settings of preview window
exe g:Tex_ViewerPreviewHeight.' wincmd _'
! setlocal nofoldenable
if exists('s:type') && s:type =~ 'cite'
|