.vim/after/plugin/tabular.vim@68baaab84a0c
.vim/after/plugin/tabular.vim
Mon, 13 Dec 2021 13:02:46 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 13 Dec 2021 13:02:46 -0600
- changeset 961
- 68baaab84a0c
- parent 951
-
d37488324704
- permissions
- -rw-r--r--
Make git-histedit an alias. can use --keep-base after 2.24
if exists(':Tabularize')
AddTabularPattern! first_eq /^.\{-}\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! first_colon /^.\{-}:\zs/l0l1
AddTabularPattern! comma /,\zs/l0l1
AddTabularPattern! methods /^.\{-}\zs\(->\|\.\)/l0
endif