mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
fix(runtime): cpoptions is reset in Lua file #33671
closes #33670
(cherry picked from commit 923efaea28
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
f184c562c5
commit
3db39ed21f
@@ -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:
|
||||
|
Reference in New Issue
Block a user