if exists('loaded_detect_indent') || &compatible finish endif let loaded_detect_indent = 1 command! -bar DetectIndent \ call detect_indent#() augroup detect_indent autocmd! autocmd FileType * \ DetectIndent augroup END