.vim/after/plugin/tabular.vim@92cb1b3e285a
.vim/after/plugin/tabular.vim
Fri, 24 Sep 2021 12:14:40 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 24 Sep 2021 12:14:40 -0500
- changeset 948
- 92cb1b3e285a
- parent 942
-
1d3b41412cf6
- child 951
-
d37488324704
- permissions
- -rw-r--r--
This popup is busted and its annoying to update vimball plugins
if exists(':Tabularize')
AddTabularPattern! first_eq /^.\{-}\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! first_colon /^.\{-}:\zs/
AddTabularPattern! methods /^.\{-}\zs\(->\|\.\)/l0
endif