Fri, 24 Sep 2021 12:14:40 -0500
This popup is busted and its annoying to update vimball plugins
423 | 1 | if exists(':Tabularize') |
942
1d3b41412cf6
improve tabular patterns
Meredith Howard <mhoward@roomag.org>
parents:
464
diff
changeset
|
2 | AddTabularPattern! first_eq /^.\{-}\zs=/ |
423 | 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/ |
942
1d3b41412cf6
improve tabular patterns
Meredith Howard <mhoward@roomag.org>
parents:
464
diff
changeset
|
5 | AddTabularPattern! methods /^.\{-}\zs\(->\|\.\)/l0 |
423 | 6 | endif |