aboutsummaryrefslogtreecommitdiff
path: root/vim/indent
diff options
context:
space:
mode:
Diffstat (limited to 'vim/indent')
-rw-r--r--vim/indent/php.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/indent/php.vim b/vim/indent/php.vim
new file mode 100644
index 00000000..d0fb1f8f
--- /dev/null
+++ b/vim/indent/php.vim
@@ -0,0 +1,4 @@
+" Lie to the php.vim indent file and tell it that it's already loaded itself,
+" to stop it processing its ridiculous expression-based indenting that never
+" seems to do what I want. Just plain autoindent is fine.
+let b:did_indent = 1