.vim/after/plugin/tabular.vim

Fri, 09 Dec 2016 15:20:22 -0800

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 09 Dec 2016 15:20:22 -0800
changeset 441
650cbc95b9b0
parent 425
e23906d13a57
child 464
452034aff788
permissions
-rw-r--r--

doc it

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

mercurial