mhinz/vim-grepper

complete_files error

Opened this issue · 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
lbonn commented

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