aboutsummaryrefslogtreecommitdiff
path: root/vim/indent/php.vim
blob: 025bf3f1bf6b7f3b631f98d94798ab5b219c3325 (plain) (blame)
1
2
3
4
5
6
7
" Restore local indent settings to the global values
runtime indent/_GLOBAL.vim

" 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