.vim/after/plugin/tabular.vim@ad833184063c
.vim/after/plugin/tabular.vim
Fri, 27 Jan 2017 12:27:12 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 27 Jan 2017 12:27:12 -0500
- changeset 490
- ad833184063c
- parent 464
-
452034aff788
- child 942
-
1d3b41412cf6
- permissions
- -rw-r--r--
Make this grey, not loud
if exists(':Tabularize')
AddTabularPattern! first_eq /^[^=]*\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! first_colon /^.\{-}:\zs/
AddTabularPattern! methods /->\|\\./l1r0
endif