fix(runtime): cpoptions is reset in Lua file #33671

closes #33670
This commit is contained in:
Phạm Bình An
2025-04-27 18:55:15 +07:00
committed by GitHub
parent c2fc867843
commit 923efaea28

View File

@@ -81,4 +81,7 @@ function s:LuaInclude(fname) abort
return fname
endfunction
let &cpo = s:cpo_save
unlet s:cpo_save
" vim: nowrap sw=2 sts=2 ts=8 noet: