Oh! And BTW there a good idea about naming folding... i.e.<br># Super fold #{{{<br>...<br># }}}<br>folds to<br># Super fold...<br><br>IMO its nice. Isn't it?<br><br><div class="gmail_quote">On Dec 11, 2007 11:38 AM, Alexey Blinov <
<a href="mailto:nilcolor@gmail.com">nilcolor@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi!<br>I like a code folding but simce i write Python in TM - code folding doesn't work right... Sometimes its ok but some - weird.
<br>So just  stop fold code. Its fine but... Some time ago i read one article about Django and find some interesting idea in that article - code folding markers for vim.
<br>Here is a short description:<br>we need to add new folding rule to fold code based on that pair of markers<br>#{{{<br>def test<br>    ...<br>#}}}<br>add regexp for folding and some macros/snippets doesn't hard (i hope ;) and we will have working solution for Python (or any other lang) right now. I mean in 
1.5+ version ;-)<br><br>Link to full story about folding in vim: <a href="http://www.amitu.com/blog/2007/july/vim-python-code-folding-and-my-vimrc/" target="_blank">http://www.amitu.com/blog/2007/july/vim-python-code-folding-and-my-vimrc/
</a><br>Any ideas? I can't do it myself yet but i hope someone will...<br><font color="#888888"><br>Alexey<br>
</font></blockquote></div><br>