We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5da409 commit 911d8d4Copy full SHA for 911d8d4
1 file changed
lua/fzf-lua/_health.lua
@@ -8,8 +8,8 @@ local error = vim.health.error or vim.health.report_error
8
local uv = vim.uv or vim.loop
9
10
function M.check()
11
- local is_win = jit.os:find("Windows")
12
local utils = require("fzf-lua.utils")
+ local is_win = M.__IS_WINDOWS
13
14
local function have(tool, nowarn)
15
if vim.fn.executable(tool) == 0 then
0 commit comments