From 15f68e7d9fbf050c9c4b60d9ce890c49867f0abf Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Mon, 24 Jan 2022 09:51:08 +0100 Subject: [PATCH] fix merge-oopsie for PR #73 --- lua/telekasten.lua | 1 + wiki | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/telekasten.lua b/lua/telekasten.lua index 9c06fe6..fbfc50b 100644 --- a/lua/telekasten.lua +++ b/lua/telekasten.lua @@ -208,6 +208,7 @@ local function make_config_path_absolute(path) ret = M.Cfg.home .. "/" .. path end return ret +end -- sanitize strings local escape_chars = function(string) diff --git a/wiki b/wiki index 542099b..22c30fd 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 542099b8930b74c9294650351b1826bd628625ba +Subproject commit 22c30fdc40a03a24e0aab18c859012acd8cb1e46