From b393311059b4911308184523564e3cf7fb3e5f67 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 Jun 2018 01:42:44 +1200 Subject: Remove vim/indent/php.vim blocker stub Let's give this another try, and maybe configure it this time. --- vim/indent/php.vim | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 vim/indent/php.vim (limited to 'vim/indent') diff --git a/vim/indent/php.vim b/vim/indent/php.vim deleted file mode 100644 index 7747d77e..00000000 --- a/vim/indent/php.vim +++ /dev/null @@ -1,10 +0,0 @@ -" Only do this when not done yet for this buffer -if exists('b:did_indent') - finish -endif -let b:did_indent = 1 - -" Replace Vim's stock PHP indent rules. They're very complicated and don't -" work in a predictable way. Just use 'autoindent'. -setlocal autoindent -let b:undo_indent = 'setlocal autoindent<' -- cgit v1.2.3