5 lines
82 B
VimL
5 lines
82 B
VimL
|
|
augroup SageDetect
|
|
au!
|
|
au BufRead,BufNewFile *sage set ft=python
|
|
augroup END
|