andalou wrote: > I want to align the following text having the blank as a separator: > > m n p > a $1 $2 > bc €3 €4 > def €5 €6 > gh €7 €8 > > but it aligns from the third row downwards. > You'll want to read
:help g:align-option for how to align with multibyte characters, and you'll want to read :help alignctrl-separators for alignment restrictions concerning spaces in separators, and :help alignmap-tsp for a map that works around that constraint. In short: :let g:Align_xstrlen= 1 V...\tsp Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
