Thu, 14 Sep 2017 19:48:58 -0400
use strict regex ops
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 |