Skip to content

Commit 61dd1e8

Browse files
authored
revert: experiment.
1 parent 2e76bed commit 61dd1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/markmap/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ M.setup = function(ctx)
2020
-- Set default options
2121
if html_output == nil then
2222
if is_windows then
23-
html_output = "TEMP" .. "\\" .. "markmap.html"
23+
html_output = uv.os_getenv "TEMP" .. "\\" .. "markmap.html"
2424
elseif is_android then
2525
html_output = "/data/data/com.termux/files/usr/tmp/markmap.html"
2626
else -- unix

0 commit comments

Comments
 (0)