.vim/after/plugin/tabular.vim

Mon, 24 Oct 2016 20:27:32 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 24 Oct 2016 20:27:32 -0400
changeset 428
e5a38021ed8b
parent 425
e23906d13a57
child 464
452034aff788
permissions
-rw-r--r--

ctags fixing

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

mercurial