neovim/runtime/autoload/provider
Kai Ting c3de6524a5
fix(clipboard): ignore exit caused by signal #23378
Problem:
If clipboard job exits by signal, the exit code is >=128:
939d9053bd
xclip 0.13 often exits with code 143, which spams unhelpful messages:

    clipboard: error invoking xclip: Waiting for selection requests,
    Control-C to quit   Waiting for selection request number 1

Solution:
Don't show a warning if the clipboard tool exit code is >=128.
Fixes: #7054
2023-07-16 04:15:30 -07:00
..
clipboard.vim fix(clipboard): ignore exit caused by signal #23378 2023-07-16 04:15:30 -07:00
node.vim refactor(runtime): use vim.version to compare versions #22550 2023-03-07 06:28:53 -08:00
perl.vim healtcheck: use g:perl_host_prog if its set instead 2020-09-05 13:09:15 +01:00
python3.vim provider: g:loaded_xx_provider=2 means "enabled and working" 2019-08-04 13:23:46 +02:00
pythonx.vim refactor(provider): use list comprehension #19027 2022-06-20 06:17:00 -07:00
ruby.vim checkhealth: ignore 'wildignore' when seeking executables (#14495) 2021-05-07 11:07:07 +02:00
script_host.rb Make script_host.rb rubocop-clean 2017-05-03 22:24:51 +02:00