ftdetect/redo.vim

Enforce vim script implementation to reduce ambiguities and improve robustness:

scriptversion 4

Detect redo files:

" vint: -ProhibitAutocmdWithNoGroup
autocmd BufRead,BufNewFile *.do setfiletype sh
" vint: +ProhibitAutocmdWithNoGroup

Warning

This doesn’t use FALLBACK as we always want to override vim’s default detection in this case. If you know what stata is then you might not like this ;)