# HG changeset patch # User Meredith Howard # Date 1477196949 14400 # Node ID dd1863db6d3151709575273aa6adfeb59818ac80 # Parent 7b3ba9962a9df876c0764039266e7f27779ec892 add tabular patterns diff --git a/.vim/after/plugin/tabular.vim b/.vim/after/plugin/tabular.vim 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