Files
vim-easy-align/test
Junegunn Choi 5c6558bd1b Improve right-justification mode
With this commit you can right-align the last token with * or ** field number.
For example, the following lines
    a = 1
    bb = 22
    ccc = 333
are aligned as follows on `:EasyAlign**=`
    a   =   1
    bb  =  22
    ccc = 333
And even if we don't have the second =, we can do `:EasyAlign!2=` to get
    a =     1
    bb =   22
    ccc = 333
2013-08-16 13:58:28 +09:00
..
2013-08-16 13:58:28 +09:00
2013-08-16 13:58:28 +09:00
2013-08-16 13:58:28 +09:00
2013-08-06 00:42:08 +09:00
2013-08-12 11:58:52 +09:00
2013-08-12 00:54:34 +09:00