.vim/after/plugin/tabular.vim

Thu, 10 Nov 2016 01:35:08 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 10 Nov 2016 01:35:08 -0500
changeset 431
4cb4cd6a2570
parent 425
e23906d13a57
child 464
452034aff788
permissions
-rw-r--r--

auto-mkdir on write

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

mercurial