/vim-sourcepawn

SourcePawn support files

Primary LanguageVim Script

README

About

SourcePawn support files.

  • filetype detect
  • syntax highlight
  • errorformat (makeprg set your self)

Install

manual install

download zip and extract your $HOME/.vim directory

https://github.com/withgod/vim-sourcepawn/zipball/master

Vundle

Bundle 'withgod/vim-sourcepawn.git'

Option

put your .vimrc

" for sourcepawn quickfix
au FileType sourcepawn setlocal makeprg=/path/to/spcomp\ %

Changelog

2013-09-30 pmrowla

  • Sourcemod 1.5 API support
  • C-style syntax to use whats in c.vim from vim 7.3.
  • #1

2012-02-29 withgod

  • few fix, make package and hosting github.

2009-01-05 Fyren

2007-12-31 naris