romainl / vim-qf

Tame the quickfix window.
MIT License
629 stars 34 forks source link

Error detected while processing function qf#OpenQuickfix[9]..qf#ShortenPathsInList #97

Closed goberhammer closed 4 years ago

goberhammer commented 4 years ago

When launching vim this error is displayed:

Error detected while processing function qf#OpenQuickfix[9]..qf#ShortenPathsInList:
line    1:
E121: Undefined variable: idx
Press ENTER or type command to continue
Error detected while processing function qf#OpenQuickfix[9]..qf#ShortenPathsInList:
line    1:
E116: Invalid arguments for function map(a:list, {idx, entry -> extend(entry, {"module": pathshorten(bufname(entry["bufnr"]))})})
Press ENTER or type command to continue
Error detected while processing function qf#OpenQuickfix[9]..qf#ShortenPathsInList:
line    1:
E15: Invalid expression: map(a:list, {idx, entry -> extend(entry, {"module": pathshorten(bufname(entry["bufnr"]))})})
Press ENTER or type command to continue
Error detected while processing function qf#OpenQuickfix:
line    9:
E714: List required
Press ENTER or type command to continue

Configuration: Ubuntu 16.04.1 LTS VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Nov 24 2016 16:44:48) Included patches: 1-1689 Extra patches: 8.0.0056

romainl commented 4 years ago

Your version of Vim doesn't support lambdas. Please use the official release instead of master.