HokieGeek / dotfiles

My linux config files
0 stars 0 forks source link

Autocommand for new scripts is setting python scripts to have an sh filetype #59

Closed HokieGeek closed 10 years ago

HokieGeek commented 10 years ago

whoops!

\ if getline(1) !~? 'python' |
\     set filetype = sh |
\ endif |