From 949709acbe8fbbc45ba1a71a413cca4cdd94e601 Mon Sep 17 00:00:00 2001 From: Adrien Biencourt Date: Tue, 14 Feb 2023 00:08:47 +0000 Subject: [PATCH] Added comment for LuaJIT --- lua/telescope/_extensions/getOS.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/telescope/_extensions/getOS.lua b/lua/telescope/_extensions/getOS.lua index d0af981..e05d020 100644 --- a/lua/telescope/_extensions/getOS.lua +++ b/lua/telescope/_extensions/getOS.lua @@ -1,5 +1,6 @@ return function() -- ask LuaJIT first + -- will return "Windows", "Linux", "OSX", "BSD", "POSIX" or "Other" if jit then return jit.os end -- Unix, Linux variants