We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430fa73 commit cb6ef02Copy full SHA for cb6ef02
1 file changed
lua/fzf-lua/_health.lua
@@ -9,7 +9,7 @@ local uv = vim.uv or vim.loop
9
10
function M.check()
11
local utils = require("fzf-lua.utils")
12
- local is_win = M.__IS_WINDOWS
+ local is_win = utils.__IS_WINDOWS
13
14
local function have(tool, nowarn)
15
if vim.fn.executable(tool) == 0 then
0 commit comments