We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc8c4f commit 1259c37Copy full SHA for 1259c37
lua/markmap/utils.lua
@@ -8,6 +8,9 @@ local is_windows = uv.os_uname().sysname == "Windows_NT"
8
---On windows, run it with {} so it doesn't spawn a shell.
9
---On unix, run it as string so it spawn a shell,
10
---so ENV is available, which is mandatory on termux.
11
+---
12
+---NOTE: In order to work on windows,
13
+--- the executables must be added to path in at windows level.
14
---@param cmd string command to run.
15
---@param arguments table arguments to pass to the cmd.
16
---@return number job pid of the job, so we can stop it later.
0 commit comments