command! -nargs=? Tabs call detectindent#Set(0, ) command! -nargs=? Spaces call detectindent#Set(1, ) autocmd BufNewFile,BufRead * call detectindent#Detect()