Merge branch 'master' into 2011-09-09-CxScript

This commit is contained in:
Jason Turner
2012-05-21 12:10:15 -06:00

View File

@@ -7,6 +7,9 @@ if exists("b:current_syntax")
finish
end
let s:cpo_save = &cpo
set cpo&vim
syn case match
" syncing method
@@ -91,4 +94,6 @@ hi def link chaiscriptEval Special
let b:current_syntax = "chaiscript"
let &cpo = s:cpo_save
unlet s:cpo_save
" vim: nowrap sw=2 sts=2 ts=8 noet