mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
d207440f1e
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. |
||
---|---|---|
.. | ||
clipboard.vim | ||
node.vim | ||
python3.vim | ||
python.vim | ||
pythonx.vim | ||
ruby.vim | ||
script_host.rb |