Dear vim-latex-devel:
I have installed the vim-latex-suite and very happy to use it.
However, I don't want to fold my tex file. How to disable this function?
Best regards.
Sai Duan
Theoretical Chemistry, Royal Institute of Technology
Stockholm 10691, Sweden
07/28/2010
From: Simon Q. <sim...@gm...> - 2010-07-28 09:54:52
Hi Sai,
maybe the zA command of vim (which unfolds every subfolding recursively)
help you to make life easier.
If you want to turn off folding at all, try to rename
$VIM/ftplugin/latex-suite/folding.vim
and replace it by an empty file.
Regards
Simon
Am 28.07.2010 11:34, schrieb Sai Duan:
> Dear vim-latex-devel:
>
> I have installed the vim-latex-suite and very happy to use it.
> However, I don't want to fold my tex file. How to disable this function?
>
> Best regards.
>
> Sai Duan
> Theoretical Chemistry, Royal Institute of Technology
> Stockholm 10691, Sweden
> 07/28/2010
>
> ------------------------------------------------------------------------------
> The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://ad.doubleclick.net/clk;226879339;13503038;l?
> http://clk.atdmt.com/CRS/go/247765532/direct/01/
> _______________________________________________
> Vim-latex-devel mailing list
> Vim...@li...
> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel
From: Simon Q. <sim...@gm...> - 2010-07-28 10:21:18
Hm, I should have looked more closely: type
:let g:Tex_Folding=0
to turn off LaTeX folding by vim-latex usin a global switch.
You may want to put this line (w/o :) into your ~/.vim/ftplugin/tex.vim
Hope it works.
Simon
Am 28.07.2010 11:54, schrieb Simon Quittek:
> Hi Sai,
>
> maybe the zA command of vim (which unfolds every subfolding recursively)
> help you to make life easier.
> If you want to turn off folding at all, try to rename
> $VIM/ftplugin/latex-suite/folding.vim
> and replace it by an empty file.
>
> Regards
> Simon
>
> Am 28.07.2010 11:34, schrieb Sai Duan:
>> Dear vim-latex-devel:
>>
>> I have installed the vim-latex-suite and very happy to use it.
>> However, I don't want to fold my tex file. How to disable this function?
>>
>> Best regards.
>>
>> Sai Duan
>> Theoretical Chemistry, Royal Institute of Technology
>> Stockholm 10691, Sweden
>> 07/28/2010
>>
>> ------------------------------------------------------------------------------
>> The Palm PDK Hot Apps Program offers developers who use the
>> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
>> of $1 Million in cash or HP Products. Visit us here for more details:
>> http://ad.doubleclick.net/clk;226879339;13503038;l?
>> http://clk.atdmt.com/CRS/go/247765532/direct/01/
>> _______________________________________________
>> Vim-latex-devel mailing list
>> Vim...@li...
>> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel
>
> ------------------------------------------------------------------------------
> The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://ad.doubleclick.net/clk;226879339;13503038;l?
> http://clk.atdmt.com/CRS/go/247765532/direct/01/
> _______________________________________________
> Vim-latex-devel mailing list
> Vim...@li...
> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel