Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qf_qf_toggle not working in windows after searching the contents of a particular text file #124

Open
anoop1005 opened this issue Nov 21, 2021 · 2 comments

Comments

@anoop1005
Copy link

anoop1005 commented Nov 21, 2021

Content of 5.txt:

20:06:47 | 0000:00:00 | Version 
20:06:47 | 0000:00:00 | Version 
20:06:47 | 0000:00:00 | Version 

I have the below mapping in vimrc

nmap <F5> <Plug>(qf_qf_toggle)

Try to populate the quick fix list by using the below vimgrep command

:vim /Version/ 5.txt

The toggle function is not working after the quick fix is populated with the result.
Seems the plugin has issues with the text present in the file 5.txt

@romainl
Copy link
Owner

romainl commented Nov 21, 2021

This is the second time I have to correct your formatting and ask:

  • what version of the plugin you are using,
  • your version of Vim.

This is already getting tiring.

@anoop1005
Copy link
Author

Below are the details
vim version 8.2.3635
qf-version: 0.2.0

Seems the vim-qf has a conflict with another plugin 'gburca/vim-logcat' which is creating the issue.
Disabling the other plugin seems to resolve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants