.vim/after/plugin/tabular.vim

Sun, 18 Dec 2016 02:02:34 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 18 Dec 2016 02:02:34 -0500
changeset 451
de71f64f65c1
parent 425
e23906d13a57
child 464
452034aff788
permissions
-rw-r--r--

Drop votl for vimwiki

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

mercurial