Fix some warnings

This commit is contained in:
2023-09-06 17:15:35 +02:00
parent d84b64a6e6
commit 935de7372c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
local M = {}
M.os_name = vim.loop.os_uname().sysname
M.os_name = vim.uv.os_uname().sysname
--- Check that an executable is available
--- @param exe string: Array to look for