mirror of
https://github.com/luzifer/vim.git
synced 2024-11-08 23:50:01 +00:00
Add firstspace Tabularize pattern
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
4617d6bd44
commit
0623f11094
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue