.vim/after/plugin/tabular.vim

Sun, 23 Oct 2016 01:01:01 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 23 Oct 2016 01:01:01 -0400
changeset 424
3f116b7f4d3e
parent 423
dd1863db6d31
child 425
e23906d13a57
permissions
-rw-r--r--

Add tabular maps

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

mercurial