.vim/after/plugin/tabular.vim

Sun, 18 Aug 2019 19:30:19 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 18 Aug 2019 19:30:19 -0500
changeset 784
a97d39955d73
parent 464
452034aff788
child 942
1d3b41412cf6
permissions
-rw-r--r--

add "alias" aliases

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

mercurial