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

closes #33670

(cherry picked from commit 923efaea28)
This commit is contained in:
Phạm Bình An
2025-04-27 18:55:15 +07:00
committed by github-actions[bot]
parent f184c562c5
commit 3db39ed21f

View File

@@ -78,4 +78,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: