Skip to content

Commit d8d725a

Browse files
fix: error in help doc generation
1 parent 6b35039 commit d8d725a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lua/resession/init.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,7 @@ M.load = function(name, opts)
454454
end
455455
end
456456

457-
---The default config.buf_filter
458-
---Takes all buflisted files with "", "acwrite", or "help" buftype
457+
---The default config.buf_filter (takes all buflisted files with "", "acwrite", or "help" buftype)
459458
---@param bufnr integer
460459
---@return boolean
461460
M.default_buf_filter = function(bufnr)

0 commit comments

Comments
 (0)