.vim/after/plugin/tabular.vim@42e8433b8a51
.vim/after/plugin/tabular.vim
Wed, 15 Feb 2017 22:53:13 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 15 Feb 2017 22:53:13 -0500
- changeset 519
- 42e8433b8a51
- parent 464
-
452034aff788
- child 942
-
1d3b41412cf6
- permissions
- -rw-r--r--
assume we have unicode on guis, bring back default geometry
if exists(':Tabularize')
AddTabularPattern! first_eq /^[^=]*\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! first_colon /^.\{-}:\zs/
AddTabularPattern! methods /->\|\\./l1r0
endif