Skip to content

Commit

Permalink
fix: error in help doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc-stripe committed Sep 27, 2022
1 parent 6b35039 commit d8d725a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/resession/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,7 @@ M.load = function(name, opts)
end
end

---The default config.buf_filter
---Takes all buflisted files with "", "acwrite", or "help" buftype
---The default config.buf_filter (takes all buflisted files with "", "acwrite", or "help" buftype)
---@param bufnr integer
---@return boolean
M.default_buf_filter = function(bufnr)
Expand Down

0 comments on commit d8d725a

Please sign in to comment.