.vim/after/plugin/tabular.vim

Tue, 27 Dec 2016 19:08:23 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 27 Dec 2016 19:08:23 -0500
changeset 457
b073ffe860c0
parent 425
e23906d13a57
child 464
452034aff788
permissions
-rw-r--r--

Lets try opening right to the combined box

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

mercurial