.vim/after/plugin/tabular.vim@2d0fad481fa5
.vim/after/plugin/tabular.vim
Sun, 01 Oct 2017 17:01:29 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 01 Oct 2017 17:01:29 -0400
- changeset 652
- 2d0fad481fa5
- parent 464
-
452034aff788
- child 942
-
1d3b41412cf6
- permissions
- -rw-r--r--
maybe this will be satisfactory
if exists(':Tabularize')
AddTabularPattern! first_eq /^[^=]*\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! first_colon /^.\{-}:\zs/
AddTabularPattern! methods /->\|\\./l1r0
endif