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  }

Thank you,
Gabriel

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to