.vim/after/plugin/tabular.vim

Sun, 14 Jul 2019 04:08:16 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 14 Jul 2019 04:08:16 -0500
changeset 775
aa82db8862ab
parent 464
452034aff788
child 942
1d3b41412cf6
permissions
-rw-r--r--

remove old dmenu-desktop hacks

423
dd1863db6d31 add tabular patterns
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 if exists(':Tabularize')
dd1863db6d31 add tabular patterns
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
2 AddTabularPattern! first_eq /^[^=]*\zs=/
dd1863db6d31 add tabular patterns
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
3 AddTabularPattern! first_arrow /^.\{-}\zs=>/
464
452034aff788 add first colon shortcut
Meredith Howard <mhoward@roomag.org>
parents: 425
diff changeset
4 AddTabularPattern! first_colon /^.\{-}:\zs/
425
e23906d13a57 add method tab shortcut
Meredith Howard <mhoward@roomag.org>
parents: 423
diff changeset
5 AddTabularPattern! methods /->\|\\./l1r0
423
dd1863db6d31 add tabular patterns
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
6 endif

mercurial