From 5a95663e73ac37ec211026f48d6f2a937f20e2df Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Fri, 16 Jun 2023 15:44:51 +0200 Subject: [PATCH] snippets: fix the date function for markdown Co-Authored-by: iGor milhit --- my_snippets/markdown.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_snippets/markdown.lua b/my_snippets/markdown.lua index 6a6c590..2bc47dc 100644 --- a/my_snippets/markdown.lua +++ b/my_snippets/markdown.lua @@ -55,7 +55,7 @@ return { dscr = "Insert the current date." }, { - f(get_datetime, {}) + f(get_date, {}) } ), s(