Re: [Vim-latex-devel] small reference bug
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2003-11-20 11:25:50
|
Dnia Wednesday 19 of November 2003 23:17, Alan Schmitt napisał: > Hi, > > This is not really a bug, but it can be annoying sometimes. When hitting > F9 to fetch a reference, the bottom window that shows the context around > the reference might be showing some folded text, which is not very > helpful. Is there a way to unfold it automatically ? Good point. I cannot produce any example ATM thus you have to test it :) In tex/texviewer.vim under line: setlocal foldlevel=10 add setlocal foldopen=all I am not sure if it reacts when opening new window. If this not works try setlocal nofoldenable m. |