Excerpts from yogsototh's message of Mon Jul 12 17:19:51 +0200 2010: > The difficult part here is I wanted to modify the file. > > And also, folding could be good for that. But fold work for at least > more than two lines. > Therefore, folding don't hide the line begining by 'fr: ' in: > > en: Something in English > fr: Something in French
Also keep in mind that you could do: g/^fr:/d to delete fr: lines. Using u you can get them back and hide en: However this can be used in presentation mode only without editing the file.. Marc Weber -- 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
