vim-grepper icon indicating copy to clipboard operation
vim-grepper copied to clipboard

complete_files error

Open ivanbrennan opened this issue 1 year ago • 1 comments

The following steps lead to an error:

  • invoke Grepper command
  • enter an alphanumeric character
  • hit Tab
  • hit Escape
:Grepper<CR>
a<Tab><Esc>

Expected result: cleanly exit ex mode

Actual result: Error

Error detected while processing function <SNR>62_parse_flags[84]..<SNR>62_start[12]..<SNR>62_process_flags[46]..<SNR>62_prompt[82]..function <SNR>62_parse_flags[84]..<SNR>62_start[12]..<SNR>62_process_flags[46]..<SNR>62_prompt:
line   58:
E1303: Custom list completion function does not return a List but a number

ivanbrennan avatar May 16 '23 13:05 ivanbrennan

@ivanbrennan do you have more information on your setup? vim and vim-grepper version, vim-grepper configuration and installed plugins?

I don't see it happening on stock configuration.

lbonn avatar Jan 31 '24 16:01 lbonn