mhinz / vim-grepper

:space_invader: Helps you win at grep.
MIT License
1.22k stars 58 forks source link

complete_files error #261

Open ivanbrennan opened 1 year ago

ivanbrennan commented 1 year ago

The following steps lead to an error:

: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
lbonn commented 9 months ago

@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.