Skip to content

Commit

Permalink
Corrections to Buffer flags
Browse files Browse the repository at this point in the history
  • Loading branch information
brainiac committed Nov 11, 2024
1 parent 45e7b15 commit 9cfa44f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zep/zep.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ function Buffer:ToggleFlag(flag) end

---Set the specified flags on the buffer
---@param flags Zep.BufferFlags
function Buffer:SetFlags(flags) end
---@param value? boolean Set the flag on or off. Defaults to true (on)
function Buffer:SetFlags(flags, value) end

---Clear the specified flags on the buffer
---@param flags Zep.BufferFlags
Expand Down

0 comments on commit 9cfa44f

Please sign in to comment.