Re: [Vim-latex-devel] small reference bug
Brought to you by:
srinathava,
tmaas
From: Alan S. <ala...@po...> - 2003-11-20 15:13:15
|
* Mikolaj Machowski (mi...@wp...) wrote: > 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 ? >=20 > Good point. I cannot produce any example ATM thus you have to test it :) > In tex/texviewer.vim under line: >=20 > setlocal foldlevel=3D10 >=20 > add > setlocal foldopen=3Dall >=20 > I am not sure if it reacts when opening new window. If this not works try > setlocal nofoldenable After playing a little bit with that, it seems that the solution is to replace setlocal foldlevel=3D10 by setlocal nofoldenable. (the foldopen thing did not work). Alan Schmitt --=20 The hacker: someone who figured things out and made something cool happen. =2EO. =2E.O OOO |