.vim/after/plugin/tabular.vim@3a8965648f93
.vim/after/plugin/tabular.vim
Fri, 07 Dec 2018 02:04:21 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 07 Dec 2018 02:04:21 -0600
- changeset 722
- 3a8965648f93
- parent 464
-
452034aff788
- child 942
-
1d3b41412cf6
- permissions
- -rw-r--r--
rls is stable now
if exists(':Tabularize')
AddTabularPattern! first_eq /^[^=]*\zs=/
AddTabularPattern! first_arrow /^.\{-}\zs=>/
AddTabularPattern! first_colon /^.\{-}:\zs/
AddTabularPattern! methods /->\|\\./l1r0
endif