Skip to content

Commit

Permalink
fix(vimdoc): duplicate tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Aug 28, 2024
1 parent c8e2547 commit ef2194d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions doc/lz.n.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,6 @@ state.new() *state.new*
(lz.n.handler.State)


lz.n.handler.State *lz.n.handler.State*


lz.n.handler.State *lz.n.handler.State*

Fields: ~
Expand Down
1 change: 0 additions & 1 deletion lua/lz/n/handler/state.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ function state.new()

local DEFAULT_KEY = "lz.n.handler.State.DEFAULT_KEY"

---@class lz.n.handler.State
return {
---@overload fun(key: string, plugin: lz.n.Plugin)
---@overload fun(plugin: lz.n.Plugin)
Expand Down

0 comments on commit ef2194d

Please sign in to comment.