Wed, 15 Feb 2017 22:53:13 -0500
assume we have unicode on guis, bring back default geometry
423 | 1 | if exists(':Tabularize') |
2 | AddTabularPattern! first_eq /^[^=]*\zs=/ | |
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 | 6 | endif |