.vim/after/plugin/tabular.vim@d61b23bfb605
.vim/after/plugin/tabular.vim
Wed, 11 Apr 2018 23:38:35 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 11 Apr 2018 23:38:35 -0400
- changeset 706
- d61b23bfb605
- parent 464
-
452034aff788
- child 942
-
1d3b41412cf6
- permissions
- -rw-r--r--
try zsh vi mode with an indicator
if exists(':Tabularize')
AddTabularPattern! first_eq /^[^=]*\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! first_colon /^.\{-}:\zs/
AddTabularPattern! methods /->\|\\./l1r0
endif