1
0
mirror of https://github.com/luzifer/vim.git synced 2024-09-18 18:42:55 +00:00

Add firstspace Tabularize pattern

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-05-22 22:16:15 +02:00
parent 4617d6bd44
commit 0623f11094
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -12,6 +12,7 @@ set cpo&vim
" Use on ~/.ssh/config: %Tabularize ssh_config
AddTabularPattern! ssh_config /^[ ]*[^ ]*\zs /l2l0
AddTabularPattern! crontab /\t/r1l0r1l0r1l0r1l0r1l0l0
AddTabularPattern! firstspace /^ *[^ ]*\zs /l0c0l0
" Restore the saved value of 'cpo'
let &cpo = s:save_cpo