mirror of
https://github.com/luzifer/vim.git
synced 2024-12-29 22:31:20 +00:00
Add pattern to format crontab entries using tabs
This commit is contained in:
parent
3ebda11b9d
commit
9b8b3e288c
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ set cpo&vim
|
||||||
|
|
||||||
" Use on ~/.ssh/config: %Tabularize ssh_config
|
" Use on ~/.ssh/config: %Tabularize ssh_config
|
||||||
AddTabularPattern! ssh_config /^[ ]*[^ ]*\zs /l2l0
|
AddTabularPattern! ssh_config /^[ ]*[^ ]*\zs /l2l0
|
||||||
|
AddTabularPattern! crontab /\t/r1l0r1l0r1l0r1l0r1l0l0
|
||||||
|
|
||||||
" Restore the saved value of 'cpo'
|
" Restore the saved value of 'cpo'
|
||||||
let &cpo = s:save_cpo
|
let &cpo = s:save_cpo
|
||||||
|
|
Loading…
Reference in a new issue