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
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
The text was updated successfully, but these errors were encountered:
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.
Content of
5.txt
:I have the below mapping in vimrc
Try to populate the quick fix list by using the below vimgrep command
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
The text was updated successfully, but these errors were encountered: