mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 15:34:53 +01:00
fix: on desync, still reset lock
otherwise callback will never run again!!
This commit is contained in:
parent
638976317e
commit
68cd197c07
1 changed files with 2 additions and 1 deletions
|
@ -165,7 +165,8 @@ local function attach(name, opts)
|
||||||
end
|
end
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
return
|
|
||||||
|
break
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue