diff options
author | Famiu Haque <famiuhaque@proton.me> | 2025-01-09 21:32:27 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-09 07:32:27 -0800 |
commit | 1e47aa677a24231ec771137dadc7c2b65be775b4 (patch) | |
tree | 23b0c9ccf50e941cc78f1a739abcf65aaddd05aa /runtime/lua/vim/shared.lua | |
parent | 5135a232199047e473e3941b0b5a738c77fbecb5 (diff) | |
download | rneovim-1e47aa677a24231ec771137dadc7c2b65be775b4.tar.gz rneovim-1e47aa677a24231ec771137dadc7c2b65be775b4.tar.bz2 rneovim-1e47aa677a24231ec771137dadc7c2b65be775b4.zip |
fix(api): deprecated API nvim_get_option does not validate option name #31919
Problem:
Deprecated API `nvim_get_option()` doesn't validate the option name,
which leads to an assertion failure.
Solution:
Validate option name in `nvim_get_option()`.
Ref: #31894
Diffstat (limited to 'runtime/lua/vim/shared.lua')
0 files changed, 0 insertions, 0 deletions