"let fortran_free_source=1
au BufNewFile *.f90 set fortran_free_source=1
-au BufRead,BufNewFile *.INC set filetype=fortran
au Filetype fortran set cindent cst csto=0
-
-
-"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-" IRC logs
-"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-
-au BufRead,BufNewFile */.irssi/logs/*.log set filetype=irssilog
-au BufRead,BufNewFile *.weechatlog set filetype=weechatlog
-
-
-"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-" Easychair conference system review form
-"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-
-au BufRead,BufNewFile review_form_*.txt set filetype=easychair
-au Syntax easychair runtime! syntax/easychair.vim
-
-
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" C, C++, C#, objc, java
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
au Filetype python set expandtab
" Wrap text after a certain number of characters
-au BufRead,BufNewFile *.py,*.pyw set textwidth=79
-
-
+au Filetype python set textwidth=79
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-au BufRead,BufNewFile *.plt set filetype=gnuplot
-au BufRead,BufNewFile *.plot set filetype=gnuplot
-au BufRead,BufNewFile *.gnuplot set filetype=gnuplot
-
"Opens the current file in ipe
au Filetype gnuplot map <M-o> :call OpenIn("gnuplot -persist") <CR>