mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Apply cpo path from vim mailing list
This commit is contained in:
parent
433905b33c
commit
7ad58c7bcd
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user