>>304
全ファイルタイプに適用したいなら、
autocmd FileType * でやるとかは?
これだと ft= の場合は効かないかもしらんので、autocmd BufNew,BufEnter * の方がいいかもしれない