Skip to content

Commit 911d8d4

Browse files
committed
fix(health): neovim without LuaJIT (#2324)
1 parent d5da409 commit 911d8d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/fzf-lua/_health.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ local error = vim.health.error or vim.health.report_error
88
local uv = vim.uv or vim.loop
99

1010
function M.check()
11-
local is_win = jit.os:find("Windows")
1211
local utils = require("fzf-lua.utils")
12+
local is_win = M.__IS_WINDOWS
1313

1414
local function have(tool, nowarn)
1515
if vim.fn.executable(tool) == 0 then

0 commit comments

Comments
 (0)