From 68cd197c0743665127ae8a366a601bfe6879c79c Mon Sep 17 00:00:00 2001 From: alemi Date: Sun, 27 Oct 2024 19:52:35 +0100 Subject: [PATCH] fix: on desync, still reset lock otherwise callback will never run again!! --- lua/codemp/buffers.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/codemp/buffers.lua b/lua/codemp/buffers.lua index 2d622e9..5472059 100644 --- a/lua/codemp/buffers.lua +++ b/lua/codemp/buffers.lua @@ -165,7 +165,8 @@ local function attach(name, opts) end ) end - return + + break end end end