add tabular patterns

Sun, 23 Oct 2016 00:29:09 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 23 Oct 2016 00:29:09 -0400
changeset 423
dd1863db6d31
parent 422
7b3ba9962a9d
child 424
3f116b7f4d3e

add tabular patterns

.vim/after/plugin/tabular.vim file | annotate | diff | comparison | revisions
new file mode 100644
--- /dev/null
+++ b/.vim/after/plugin/tabular.vim
@@ -0,0 +1,4 @@
+if exists(':Tabularize')
+  AddTabularPattern! first_eq    /^[^=]*\zs=/
+  AddTabularPattern! first_arrow /^.\{-}\zs=>/
+endif

mercurial