We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3603f06 commit 02ccbcdCopy full SHA for 02ccbcd
lua/nvim-tree/actions/node/system-open.lua
@@ -76,7 +76,7 @@ end
76
---@param node Node
77
function M.fn(node)
78
-- TODO #2430 always use native once 0.10 is the minimum neovim version
79
- if vim.fn.has("nvim-0.19") == 1 and #config.g.system_open.cmd == 0 then
+ if vim.fn.has("nvim-0.10") == 1 and #config.g.system_open.cmd == 0 then
80
native(node)
81
else
82
user(node)
0 commit comments