On Fri, Jul 8, 2011 at 6:25 AM, Gabor Urban <[email protected]> wrote: > Hi guys, > > I have a minor problem: is there a possibility to indent / unindent a > block of code?
Yes. You can use some regex magic with :s command, but usually a plugin is better. For instance, I use enhancedcommentify http://www.vim.org/scripts/script.php?script_id=23 , but there are others available also. -- Ivan Sichmann Freitas GNU/Linux user #509059 -- 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
