.vim/after/plugin/tabular.vim

Mon, 12 Dec 2016 17:41:33 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 12 Dec 2016 17:41:33 -0500
changeset 448
12d2866f8190
parent 425
e23906d13a57
child 464
452034aff788
permissions
-rw-r--r--

add tmuxs helper

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

mercurial