.vim/after/plugin/tabular.vim@b3b2c42cc042
.vim/after/plugin/tabular.vim
Wed, 20 Jun 2018 12:19:03 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 20 Jun 2018 12:19:03 -0500
- changeset 710
- b3b2c42cc042
- parent 464
-
452034aff788
- child 942
-
1d3b41412cf6
- permissions
- -rw-r--r--
No need to map these anymore
if exists(':Tabularize')
AddTabularPattern! first_eq /^[^=]*\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! first_colon /^.\{-}:\zs/
AddTabularPattern! methods /->\|\\./l1r0
endif