Skip to content

Commit 0f77872

Browse files
authored
comments
1 parent c1b5e8e commit 0f77872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/markmap/init.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ M.setup = function(ctx)
3636
grace_period = 3600000 -- 60min
3737
end
3838

39-
-- Windows extra fix
39+
-- Windows requires a different command.
4040
local run_markmap = "markmap"
4141
if is_windows then
4242
run_markmap = "markmap.cmd"
@@ -49,7 +49,7 @@ M.setup = function(ctx)
4949
-- Set common arguments to avoid code repetition.
5050
local arguments = {}
5151

52-
-- Re-set the arguments every time we run markmap
52+
-- Re-set the arguments every time we run markmap.
5353
local function reset_arguments()
5454
arguments = {}
5555
if html_output ~= "" then -- if html_output is "", don't pass the parameter

0 commit comments

Comments
 (0)