mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
fix(lua): vim.fn.has('nvim-0.10') in fast context, used by vim.deprecate
This commit is contained in:
@@ -641,7 +641,7 @@ int main(int argc, char **argv)
|
||||
|
||||
// WORKAROUND(mhi): #3023
|
||||
if (cb_flags & CB_UNNAMEDMASK) {
|
||||
eval_has_provider("clipboard");
|
||||
eval_has_provider("clipboard", false);
|
||||
}
|
||||
|
||||
if (params.luaf != NULL) {
|
||||
|
Reference in New Issue
Block a user