fix(vimdoc): duplicate tag

This commit is contained in:
Marc Jakobi
2024-08-28 20:12:45 +02:00
parent c8e2547c77
commit ef2194d277
2 changed files with 0 additions and 4 deletions

View File

@@ -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: ~

View File

@@ -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)