Skip to content

Instantly share code, notes, and snippets.

@tomoh1r
Created January 23, 2013 01:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomoh1r/4600713 to your computer and use it in GitHub Desktop.
Save tomoh1r/4600713 to your computer and use it in GitHub Desktop.
自分用
if exists("current_compiler")
finish
endif
let current_compiler = "gjslint"
if exists(":CompilerSet") != 2 " older Vim always used :setlocal
command -nargs=* CompilerSet setlocal
endif
CompilerSet makeprg=gjslint\ %
CompilerSet errorformat=%-P%>-----\ FILE\ \ :\ \ %f\ -----,Line\ %l\\,\ %t:%n:\ %m,%-Q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment