From 0623f1109430629437469088b5da752742407e6b Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 22 May 2017 22:16:15 +0200 Subject: [PATCH] Add firstspace Tabularize pattern Signed-off-by: Knut Ahlers --- after/plugin/tabular_commands.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/after/plugin/tabular_commands.vim b/after/plugin/tabular_commands.vim index d716027..6e5cc6b 100644 --- a/after/plugin/tabular_commands.vim +++ b/after/plugin/tabular_commands.vim @@ -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