neovim/runtime/autoload/provider
@equalsraf d207440f1e clipboard: Revert unused check #9309
PR #9304 added support for functions in clipboard providers. As part of
the PR I meant to move two checks in the provider code out of an if
statement into separate statements and adding additional checks for
g:clipboard attributes - as it turns out the code is wrong and it does
not implement additional checks while it adds two conditions that make
very little sense

    type(g:clipboard['copy']) #isnot# v:t_func

what would make sense would be something along the lines of

    type(g:clipboard['copy']['+']) #isnot# v:t_func

but might not be what we want either, so I'm reverting this.
2018-12-04 21:38:20 +01:00
..
clipboard.vim clipboard: Revert unused check #9309 2018-12-04 21:38:20 +01:00
node.vim provider/nodejs: handle missing stdout 2018-10-31 20:42:41 +01:00
python3.vim provider/nodejs: check version in Detect() 2017-12-17 16:09:18 +01:00
python.vim provider/nodejs: check version in Detect() 2017-12-17 16:09:18 +01:00
pythonx.vim health/python: warn if pynvim upgrade failed 2018-11-20 11:33:08 +01:00
ruby.vim ruby: detect rbenv shims for other versions (#8733) 2018-08-09 00:47:35 +02:00
script_host.rb Make script_host.rb rubocop-clean 2017-05-03 22:24:51 +02:00