We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b5e8e commit 0f77872Copy full SHA for 0f77872
lua/markmap/init.lua
@@ -36,7 +36,7 @@ M.setup = function(ctx)
36
grace_period = 3600000 -- 60min
37
end
38
39
- -- Windows extra fix
+ -- Windows requires a different command.
40
local run_markmap = "markmap"
41
if is_windows then
42
run_markmap = "markmap.cmd"
@@ -49,7 +49,7 @@ M.setup = function(ctx)
49
-- Set common arguments to avoid code repetition.
50
local arguments = {}
51
52
- -- Re-set the arguments every time we run markmap
+ -- Re-set the arguments every time we run markmap.
53
local function reset_arguments()
54
arguments = {}
55
if html_output ~= "" then -- if html_output is "", don't pass the parameter
0 commit comments