.vim/after/plugin/tabular.vim@38be1320e6db
.vim/after/plugin/tabular.vim
Wed, 23 Aug 2017 15:49:42 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 23 Aug 2017 15:49:42 -0400
- changeset 635
- 38be1320e6db
- parent 464
-
452034aff788
- child 942
-
1d3b41412cf6
- permissions
- -rw-r--r--
the incessant ringing!
if exists(':Tabularize')
AddTabularPattern! first_eq /^[^=]*\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! first_colon /^.\{-}:\zs/
AddTabularPattern! methods /->\|\\./l1r0
endif