-
Notifications
You must be signed in to change notification settings - Fork 149
FFFClearCache user command: function clear_cache does not exist #169
Copy link
Copy link
Description
There currently is an :FFFClearCache user command, which invokes require "fff".clear_cache(), which does not exist.
This would probably need to be added to the module in main.lua?
Lines 60 to 64 in 2df0628
| vim.api.nvim_create_user_command('FFFClearCache', function(opts) require('fff').clear_cache(opts.args) end, { | |
| nargs = '?', | |
| complete = function() return { 'all', 'frecency', 'files' } end, | |
| desc = 'Clear FFF caches (all|frecency|files)', | |
| }) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels