.vim/after/plugin/tabular.vim

Tue, 06 Dec 2016 13:54:38 -0800

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 06 Dec 2016 13:54:38 -0800
changeset 437
0543a6606d82
parent 425
e23906d13a57
child 464
452034aff788
permissions
-rw-r--r--

Update for current neomutt

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

mercurial