.vim/after/plugin/tabular.vim

Sun, 11 Dec 2016 19:00:12 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 11 Dec 2016 19:00:12 -0500
changeset 447
8ef69d160a72
parent 425
e23906d13a57
child 464
452034aff788
permissions
-rw-r--r--

simpler args

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

mercurial