.vim/after/plugin/tabular.vim

Tue, 27 Dec 2016 19:08:23 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 27 Dec 2016 19:08:23 -0500
changeset 457
b073ffe860c0
parent 425
e23906d13a57
child 464
452034aff788
permissions
-rw-r--r--

Lets try opening right to the combined box

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=>/
425
e23906d13a57 add method tab shortcut
Meredith Howard <mhoward@roomag.org>
parents: 423
diff changeset
4 AddTabularPattern! methods /->\|\\./l1r0
423
dd1863db6d31 add tabular patterns
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
5 endif

mercurial