Apply cpo path from vim mailing list

This commit is contained in:
Jason Turner
2012-05-21 12:09:39 -06:00
parent 433905b33c
commit 7ad58c7bcd

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