Hi
With default vim setting the folowing code:
a)
void fun(){
...
b)
void fun()
{ ....
is folding as:
a)
+--- x lines: void fun() -------
...
b)
void fun()
+--- x lines: -------
....
Is there any possibility to treat both code statement same.
ie to fold both to figure:
void fun()
+--- x lines: -------
....
whatever its a) or b) code form.
Best regards.
Wojtek
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php