.vim/after/plugin/tabular.vim@adc91288d03c
.vim/after/plugin/tabular.vim
Mon, 24 Sep 2018 10:07:56 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 24 Sep 2018 10:07:56 -0500
- changeset 720
- adc91288d03c
- parent 464
-
452034aff788
- child 942
-
1d3b41412cf6
- permissions
- -rw-r--r--
make sure this is set between profiles
if exists(':Tabularize')
AddTabularPattern! first_eq /^[^=]*\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! first_colon /^.\{-}:\zs/
AddTabularPattern! methods /->\|\\./l1r0
endif