dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

scss.vim (234B)


      1 if exists("g:current_compiler")
      2   finish
      3 endif
      4 let g:current_compiler = "scss"
      5 if exists(":CompilerSet") != 2		" older Vim always used :setlocal
      6   command -nargs=* CompilerSet setlocal <args>
      7 endif
      8 CompilerSet makeprg=sass\ %\ %<.css