On 10/16/12 06:08, monax wrote: > How I can change this code > > a = 10 > bb = 100 > ccc = 1000 > d = 10000 > > to this > > a = 10 > bb = 100 > ccc = 1000 > d = 10000
Dr. Chip's "align.vim" is the go-to script for your aligning needs: http://www.vim.org/scripts/script.php?script_id=294 http://www.drchip.org/astronaut/vim/align.html -tim -- 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
