From 26b3afb437ef98f5d0fd1fbd1e2f43f94d205f56 Mon Sep 17 00:00:00 2001 From: Benjamin Lobos Date: Thu, 11 Dec 2025 19:26:36 -0500 Subject: [PATCH] fix: ignored ApplePersistence for stderr checks --- lua/note2cal/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/note2cal/init.lua b/lua/note2cal/init.lua index 0fd105e..7bb4492 100644 --- a/lua/note2cal/init.lua +++ b/lua/note2cal/init.lua @@ -250,7 +250,7 @@ function M.schedule_events(events) end end, on_stderr = function(_, data) - if data and #data > 0 and data[1] ~= "" then + if data and #data > 0 and data[1] ~= "" and not data[1]:match("ApplePersistence=NO") then error_shown = true vim.schedule(function() vim.notify(