.vim/after/plugin/tabular.vim

Mon, 10 Jul 2017 18:32:17 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 10 Jul 2017 18:32:17 -0400
changeset 618
0305d79486fa
parent 464
452034aff788
child 942
1d3b41412cf6
permissions
-rw-r--r--

Get rid of modified f-keys

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

mercurial