Wed, 13 Feb 2019 01:31:50 -0600
Actually... hs.execute blocks everything
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 |