g b wrote:
> Is it possible to hide empty lines in vim whithout leaving anyhing in
> it's place? (unlike :fold)
>
> A behaviour like:
>
> original file:
> 11 }
> 12
> 13 function random(){
> 14 return 2;
> 15 }
>
> becames:
> 11 }
> 13 function random(){
> 14 return 2;
> 15 }
>
That one's pretty simple to answer: sad to say, no.
Regards,
Chip Campbell
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---