.vim/after/plugin/tabular.vim

changeset 425
e23906d13a57
parent 423
dd1863db6d31
child 464
452034aff788
equal deleted inserted replaced
424:3f116b7f4d3e 425:e23906d13a57
1 if exists(':Tabularize') 1 if exists(':Tabularize')
2 AddTabularPattern! first_eq /^[^=]*\zs=/ 2 AddTabularPattern! first_eq /^[^=]*\zs=/
3 AddTabularPattern! first_arrow /^.\{-}\zs=>/ 3 AddTabularPattern! first_arrow /^.\{-}\zs=>/
4 AddTabularPattern! methods /->\|\\./l1r0
4 endif 5 endif

mercurial