Files
vim-easy-align/test
Junegunn Choi 2832a76cea Implement filter option (#16, #17)
This commit implements filter option which can be used to filter lines within
the range based on the given pattern. The value of filter option should be
either `g/pattern/` or `v/pattern/`. The former aligns lines that match the
pattern, the latter aligns lines that do not match the pattern.
2013-10-27 03:10:04 +09:00
..
2013-10-10 12:58:27 +09:00

Test cases for vim-easy-align

Prerequisite

Run

:Vader*