Tue, 06 Dec 2016 13:54:38 -0800
Update for current neomutt
423 | 1 | if exists(':Tabularize') |
2 | AddTabularPattern! first_eq /^[^=]*\zs=/ | |
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 | 5 | endif |