Merge branch 'master' into 2011-09-09-CxScript
This commit is contained in:
@@ -7,6 +7,9 @@ if exists("b:current_syntax")
|
|||||||
finish
|
finish
|
||||||
end
|
end
|
||||||
|
|
||||||
|
let s:cpo_save = &cpo
|
||||||
|
set cpo&vim
|
||||||
|
|
||||||
syn case match
|
syn case match
|
||||||
|
|
||||||
" syncing method
|
" syncing method
|
||||||
@@ -91,4 +94,6 @@ hi def link chaiscriptEval Special
|
|||||||
|
|
||||||
let b:current_syntax = "chaiscript"
|
let b:current_syntax = "chaiscript"
|
||||||
|
|
||||||
|
let &cpo = s:cpo_save
|
||||||
|
unlet s:cpo_save
|
||||||
" vim: nowrap sw=2 sts=2 ts=8 noet
|
" vim: nowrap sw=2 sts=2 ts=8 noet
|
||||||
|
Reference in New Issue
Block a user