.vim/after/plugin/tabular.vim@7453a9387eb3
.vim/after/plugin/tabular.vim
Fri, 07 May 2021 00:09:07 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 07 May 2021 00:09:07 -0500
- changeset 903
- 7453a9387eb3
- parent 464
-
452034aff788
- child 942
-
1d3b41412cf6
- permissions
- -rw-r--r--
fix annoyance on older vim - interacts badly with stopinsert trigger
if exists(':Tabularize')
AddTabularPattern! first_eq /^[^=]*\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! first_colon /^.\{-}:\zs/
AddTabularPattern! methods /->\|\\./l1r0
endif