diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/telescope/builtin/internal.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/builtin/internal.lua b/lua/telescope/builtin/internal.lua index d043bb7..fa655f0 100644 --- a/lua/telescope/builtin/internal.lua +++ b/lua/telescope/builtin/internal.lua @@ -98,7 +98,7 @@ internal.resume = function(opts) end local picker = cached_pickers[opts.cache_index] if picker == nil then - print("Index too large as there are only %s pickers cached", #cached_pickers) + print(string.format("Index too large as there are only %s pickers cached", #cached_pickers)) return end -- reset layout strategy and get_window_options if default as only one is valid |
