aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftdetect/sh.vim
blob: f780933ae05719e7c66c94d744e8242367e5a08e (plain) (blame)
1
2
3
4
5
" .xinitrc is a shell script
autocmd BufNewFile,BufRead
    \ .xinitrc
    \ setlocal filetype=sh