.vim/after/plugin/tabular.vim

Tue, 07 Mar 2017 15:41:19 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 07 Mar 2017 15:41:19 -0500
changeset 529
99f120bc1ad9
parent 464
452034aff788
child 942
1d3b41412cf6
permissions
-rw-r--r--

oops, overloaded -y

if exists(':Tabularize')
  AddTabularPattern! first_eq    /^[^=]*\zs=/
  AddTabularPattern! first_arrow /^.\{-}\zs=>/
  AddTabularPattern! first_colon /^.\{-}:\zs/
  AddTabularPattern! methods     /->\|\\./l1r0
endif

mercurial