Sun, 31 Dec 2017 14:42:54 -0500
add conflict marker highlight
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 |