.vim/after/plugin/tabular.vim@1201037900f5
.vim/after/plugin/tabular.vim
Sun, 11 Dec 2016 18:45:31 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 11 Dec 2016 18:45:31 -0500
- changeset 445
- 1201037900f5
- parent 425
-
e23906d13a57
- child 464
-
452034aff788
- permissions
- -rw-r--r--
Accept just a 'hook' arg to look nicer
if exists(':Tabularize')
AddTabularPattern! first_eq /^[^=]*\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! methods /->\|\\./l1r0
endif