Skip to content

Commit

Permalink
comments: clarification about how to make it work on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth committed Mar 26, 2024
1 parent 2fc8c4f commit 1259c37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/markmap/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ local is_windows = uv.os_uname().sysname == "Windows_NT"
---On windows, run it with {} so it doesn't spawn a shell.
---On unix, run it as string so it spawn a shell,
---so ENV is available, which is mandatory on termux.
---
---NOTE: In order to work on windows,
--- the executables must be added to path in at windows level.
---@param cmd string command to run.
---@param arguments table arguments to pass to the cmd.
---@return number job pid of the job, so we can stop it later.
Expand Down

0 comments on commit 1259c37

Please sign in to comment.