.vim/after/plugin/tabular.vim@eabafa02cdb2
.vim/after/plugin/tabular.vim
Tue, 26 Sep 2017 13:29:00 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 26 Sep 2017 13:29:00 -0400
- changeset 647
- eabafa02cdb2
- parent 464
-
452034aff788
- child 942
-
1d3b41412cf6
- permissions
- -rw-r--r--
easier thread controls
if exists(':Tabularize')
AddTabularPattern! first_eq /^[^=]*\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! first_colon /^.\{-}:\zs/
AddTabularPattern! methods /->\|\\./l1r0
endif