mirror of
https://github.com/neovim/neovim.git
synced 2026-06-24 12:15:33 +00:00
- Show hint only once per session. - provider#clipboard#Call(): prevent recursion - provider#clear_stderr(): use has_key(), because :silent! is still captured by :redir. closes #7184