You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error detected while processing function qf#OpenQuickfix:
line 5:
E118: Too many arguments for function: getqflist
Press ENTER or type command to continue
Error detected while processing function qf#OpenQuickfix:
line 5:
E15: Invalid expression: getqflist({ 'title': 1 })
Press ENTER or type command to continue
And when I type :copen, it echos:
Error detected while processing /home/jiangyinzuo/plugged/vim-qf/after/ftplugin/qf.vim:
line 41:
E117: Unknown function: win_getid
E116: Invalid arguments for function getwininfo(win_getid()), 0, {}), 'loclist', 0)
E116: Invalid arguments for function get(getwininfo(win_getid()), 0, {}), 'loclist', 0)
E116: Invalid arguments for function get(get(getwininfo(win_getid()), 0, {}), 'loclist', 0)
E15: Invalid expression: get(get(getwininfo(win_getid()), 0, {}), 'loclist', 0)
line 180:
E121: Undefined variable: b:qf_isLoc
E15: Invalid expression: (b:qf_isLoc == 1 && get(g:, 'qf_loclist_window_bottom', 1)) || (b:qf_isLoc == 0 && get(g:, 'qf_window_bottom', 1))
Press ENTER or type command to continue
The text was updated successfully, but these errors were encountered:
Here is my
vim --version
When I enter vim, this plugin echos:
And when I type
:copen
, it echos:The text was updated successfully, but these errors were encountered: