mirror of
https://github.com/neovim/neovim.git
synced 2026-01-18 19:19:19 +10: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