.vim/after/plugin/tabular.vim

changeset 425
e23906d13a57
parent 423
dd1863db6d31
child 464
452034aff788
--- a/.vim/after/plugin/tabular.vim
+++ b/.vim/after/plugin/tabular.vim
@@ -1,4 +1,5 @@
 if exists(':Tabularize')
   AddTabularPattern! first_eq    /^[^=]*\zs=/
   AddTabularPattern! first_arrow /^.\{-}\zs=>/
+  AddTabularPattern! methods     /->\|\\./l1r0
 endif

mercurial