From 96a3fcb400ea512570be29c0de604bb0a2d20836 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 6 Oct 2014 00:05:06 +1300 Subject: Remove unneeded after script for Tabular --- vim/after/plugin/tabular.vim | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 vim/after/plugin/tabular.vim (limited to 'vim/after') diff --git a/vim/after/plugin/tabular.vim b/vim/after/plugin/tabular.vim deleted file mode 100644 index 38b555c7..00000000 --- a/vim/after/plugin/tabular.vim +++ /dev/null @@ -1,11 +0,0 @@ -" Only run this if function available -if !exists(':AddTabularPattern') - finish -endif - -" Shortcut patterns for Tabular; first colon, semicolon, comma, equals sign -AddTabularPattern! f: /^[^:]*\zs:/ -AddTabularPattern! f; /^[^;]*\zs;/ -AddTabularPattern! f, /^[^,]*\zs,/ -AddTabularPattern! f= /^[^=]*\zs=/ - -- cgit v1.2.3