comparison: .vim/after/plugin/tabular.vim
.vim/after/plugin/tabular.vim
- changeset 423
- dd1863db6d31
- child 425
- e23906d13a57
equal
deleted
inserted
replaced
|
1 if exists(':Tabularize') |
|
2 AddTabularPattern! first_eq /^[^=]*\zs=/ |
|
3 AddTabularPattern! first_arrow /^.\{-}\zs=>/ |
|
4 endif |