Help for this page

Select Code to Download


  1. or download this
    autocmd BufNewFile,BufRead *.p? so ~/.vim/perltest.vim
    autocmd BufEnter *.p? colors peachpuff
    
    autocmd BufNewFile,BufRead *.t so ~/.vim/perltest.vim
    autocmd BufEnter *.t colors blue
    
  2. or download this
    " perltest.vim - test driven development for Perl with vim
    "
    ...
    
    " Just more convenient when shelling out a lot.
    set autowrite