We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No description provided.
The text was updated successfully, but these errors were encountered:
When the bug happens, getbufinfo claims that the quickfix buffer is hidden:
getbufinfo
[{'lnum': 1, 'bufnr': 38, 'variables': {'did_ftplugin': 1, 'undo_ftplugin': 'set stl<', 'changedtick': 11 1, 'current_syntax': 'qf', 'editorconfig_tried': 1, 'ale_file_changed': 0, 'ale_quitting': 0, 'ale_origin al_filetype': 'qf'}, 'name': '', 'changed': 0, 'lastused': 1656640374, 'loaded': 1, 'windows': [1088], 'h idden': 1, 'listed': 1, 'changedtick': 111, 'linecount': 3}]
This confuses our strager#quickfix#is_quickfix_window_open function.
strager#quickfix#is_quickfix_window_open
Sorry, something went wrong.
^ the above comment was failing to close, not failing to open.
For failing to open, I think there's another bug (my fault):
Because the quickfix list is open in another tab, \q doesn't open it in the current tab.
strager
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: