.vim/after/plugin/tabular.vim

Thu, 24 Nov 2016 00:46:02 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 24 Nov 2016 00:46:02 -0500
changeset 435
3966bb45030f
parent 425
e23906d13a57
child 464
452034aff788
permissions
-rw-r--r--

use submission

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

mercurial