.vim/after/plugin/tabular.vim

Thu, 21 Dec 2017 12:56:51 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 21 Dec 2017 12:56:51 -0500
changeset 662
07cc0c3f1076
parent 464
452034aff788
child 942
1d3b41412cf6
permissions
-rw-r--r--

show current limit

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

mercurial