.vim/after/plugin/tabular.vim

Fri, 27 Aug 2021 13:14:06 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 27 Aug 2021 13:14:06 -0500
changeset 943
e0ff02862951
parent 942
1d3b41412cf6
child 951
d37488324704
permissions
-rw-r--r--

rubyize PruneFiles

423
dd1863db6d31 add tabular patterns
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 if exists(':Tabularize')
942
1d3b41412cf6 improve tabular patterns
Meredith Howard <mhoward@roomag.org>
parents: 464
diff changeset
2 AddTabularPattern! first_eq /^.\{-}\zs=/
423
dd1863db6d31 add tabular patterns
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
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
dd1863db6d31 add tabular patterns
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
6 endif

mercurial