.vim/after/plugin/tabular.vim

Sat, 17 Dec 2016 23:47:41 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 17 Dec 2016 23:47:41 -0500
changeset 450
4865de0a8b7a
parent 425
e23906d13a57
child 464
452034aff788
permissions
-rw-r--r--

sidescrolloff

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

mercurial