mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +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