.vim/after/plugin/tabular.vim@d034d9f4a36b
.vim/after/plugin/tabular.vim
Mon, 05 Jun 2017 20:26:33 -0700
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 05 Jun 2017 20:26:33 -0700
- changeset 595
- d034d9f4a36b
- parent 464
-
452034aff788
- child 942
-
1d3b41412cf6
- permissions
- -rw-r--r--
add no-tty
if exists(':Tabularize')
AddTabularPattern! first_eq /^[^=]*\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! first_colon /^.\{-}:\zs/
AddTabularPattern! methods /->\|\\./l1r0
endif