Fri, 18 Nov 2016 17:35:46 -0500
simplify mail autoinsert, disable cursor autojump for mail
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 |