python.vim: simple settings
[cmccabe-etc] / .vim / ftdetect / python.vim
diff --git a/.vim/ftdetect/python.vim b/.vim/ftdetect/python.vim
new file mode 100644 (file)
index 0000000..fdf39d0
--- /dev/null
@@ -0,0 +1,2 @@
+" Python
+au BufNewFile,BufRead *.py set filetype=python