e6de3d18 Dominic Ricottone
2 years ago
1 2 3 4 5
" vim filetype detect file " Set filetype to 'python' on opening a buffer as '*.py' au BufNewFile,BufRead *.py setfiletype python