.vim/after/plugin/tabular.vim@7980dce66a7a
.vim/after/plugin/tabular.vim
Wed, 13 Oct 2021 13:22:12 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 13 Oct 2021 13:22:12 -0500
- changeset 950
- 7980dce66a7a
- parent 942
-
1d3b41412cf6
- child 951
-
d37488324704
- permissions
- -rw-r--r--
Fix up zsh vi mode
if exists(':Tabularize')
AddTabularPattern! first_eq /^.\{-}\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! first_colon /^.\{-}:\zs/
AddTabularPattern! methods /^.\{-}\zs\(->\|\.\)/l0
endif