diff options
author | glepnir <glephunter@gmail.com> | 2025-01-05 21:57:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-05 05:57:53 -0800 |
commit | bf48dfadeccc37527e9b59b1c0f529ea889bf735 (patch) | |
tree | 981e84c2061924b40dd4690f079ddbe2e90be964 /test/functional/ui/cmdline_spec.lua | |
parent | d288f7003d256f0f4f85254974239c5f47003ede (diff) | |
download | rneovim-bf48dfadeccc37527e9b59b1c0f529ea889bf735.tar.gz rneovim-bf48dfadeccc37527e9b59b1c0f529ea889bf735.tar.bz2 rneovim-bf48dfadeccc37527e9b59b1c0f529ea889bf735.zip |
fix(api): nvim__complete_set requires completeopt=popup #31177
Problem:
If completeopt does not include "popup" flag, nvim__complete_set still
auto-creates a floating preview window.
Solution:
Fail if completeopt does not include the "popup" flag.
Diffstat (limited to 'test/functional/ui/cmdline_spec.lua')
0 files changed, 0 insertions, 0 deletions