~dricottone/vim-python

ref: 15158e0f6a4ca1c794a54df8ed3ac0b3d109b388 vim-python/ftdetect/py.vim -rw-r--r-- 132 bytes
15158e0fDominic Ricottone Merging part of Dec 16, 2021 upstream commit 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