.vim/after/plugin/tabular.vim@be837354e11b
.vim/after/plugin/tabular.vim
Fri, 18 Nov 2016 17:35:46 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 18 Nov 2016 17:35:46 -0500
- changeset 434
- be837354e11b
- parent 425
-
e23906d13a57
- child 464
-
452034aff788
- permissions
- -rw-r--r--
simplify mail autoinsert, disable cursor autojump for mail
if exists(':Tabularize')
AddTabularPattern! first_eq /^[^=]*\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! methods /->\|\\./l1r0
endif