diff options
| author | DefaultGen <gravel.justness270@slmail.me> | 2024-06-20 20:19:16 -0400 |
|---|---|---|
| committer | DefaultGen <gravel.justness270@slmail.me> | 2024-06-20 20:19:16 -0400 |
| commit | f78dea489b25270cc0ded5d402b5b217d2274b47 (patch) | |
| tree | d3bde8a85fc27ce41eb1cc9d2048e664c627539b /lua/simple-denote/api.lua | |
| parent | 279acd45dea8aef043a30bc7f3dfdf033d98d3ea (diff) | |
| download | simple-denote.nvim-f78dea489b25270cc0ded5d402b5b217d2274b47.tar.gz | |
Minor keyword fix
Diffstat (limited to 'lua/simple-denote/api.lua')
| -rw-r--r-- | lua/simple-denote/api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/simple-denote/api.lua b/lua/simple-denote/api.lua index 6a25f4a..c26bafd 100644 --- a/lua/simple-denote/api.lua +++ b/lua/simple-denote/api.lua @@ -39,7 +39,7 @@ end ---@param options table ---@param filename string|nil ---@param keywords table|nil -function M.keyword(options, filename, keywords) +function M.keywords(options, filename, keywords) if not filename then filename = vim.fn.expand("%") end |
