1
0
Fork 0
mirror of https://github.com/luzifer/vim.git synced 2024-12-20 10:21:19 +00:00

Add pattern to format crontab entries using tabs

This commit is contained in:
Knut Ahlers 2016-09-17 13:02:57 +02:00
parent 3ebda11b9d
commit 9b8b3e288c
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

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