aboutsummaryrefslogtreecommitdiff
path: root/lua/simple-denote.lua
diff options
context:
space:
mode:
authorhistoria <gravel.justness270@slmail.me>2024-08-14 16:11:38 -0400
committerhistoria <gravel.justness270@slmail.me>2024-08-14 16:11:38 -0400
commit98607a8a8c206e4ab2d4d47fb60f2d439a9d37d4 (patch)
treebbc9dda11e267ef20e82e425c9f599ea6da93716 /lua/simple-denote.lua
parent64b58e667d0d255439b055227f1f11012fcc9006 (diff)
downloadsimple-denote.nvim-98607a8a8c206e4ab2d4d47fb60f2d439a9d37d4.tar.gz
fix: renaming commands respect original extension
Diffstat (limited to 'lua/simple-denote.lua')
-rw-r--r--lua/simple-denote.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/simple-denote.lua b/lua/simple-denote.lua
index 5709e3a..f7e24f2 100644
--- a/lua/simple-denote.lua
+++ b/lua/simple-denote.lua
@@ -10,7 +10,7 @@ function M.load_cmd(options)
elseif opts.fargs[1] == "title" then
api.title(options)
elseif opts.fargs[1] == "keywords" then
- api.keywords(options)
+ api.keywords()
elseif opts.fargs[1] == "signature" then
api.signature()
elseif opts.fargs[1] == "extension" then