mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +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