.vim/after/plugin/tabular.vim@c3d421c18e39
.vim/after/plugin/tabular.vim
Sat, 26 Sep 2020 15:35:46 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 26 Sep 2020 15:35:46 -0500
- changeset 887
- c3d421c18e39
- parent 464
-
452034aff788
- child 942
-
1d3b41412cf6
- permissions
- -rw-r--r--
set netrw_altfile
if exists(':Tabularize')
AddTabularPattern! first_eq /^[^=]*\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! first_colon /^.\{-}:\zs/
AddTabularPattern! methods /->\|\\./l1r0
endif