Questions tagged [vim-quickfix]
21 questions
0
votes
1 answer
How to search a pattern in between a string and show it in quick fix?
In my log file some times there will be many errors. I will filter the errors between the lines and will see the files which are executed in between.
So in short I will search a pattern between ranges.
1000,2000g/.yaml:/#
now this result is display…

Samselvaprabu
- 16,830
- 32
- 144
- 230
0
votes
1 answer
vim-like quickfix plugin for CLion
There is amazing feature in vim called quickfix (don't remember if it's plugin or the native thing), it allows one to iterate over errors in editor by moving cursor to the location of the error.
How can I setup the same functionality in CLion with…

gasabr
- 55
- 3
- 9
0
votes
3 answers
Filter vim's quickfix window per file
I'm using the cquery language server in my Neovim instance. In conjunction with the Languageclient-neovim plugin. This automatically also checks the code for errors in the file that I'm working. However, this also means it checks all the files in my…

Tim de Jager
- 17
- 4
0
votes
2 answers
Vim long file paths break/split over multiple lines in quickfix window
A long file paths is broken up over multiple lines in the Vim quickfix window which then for example does not allow to jump to the error location displayed in the qf.
The file (and the lines around) are diplayed in the quickfix window as (the…
0
votes
1 answer
How do you validate values for an order using QuickFix
I'm a beginner with quickfix and I'm not sure if the problem I'm having is trivial or not. I want to validate the values of an order using quickfix such as symbol, price, quantity, etc. Does quickfix provide a function in python that validates if a…

Redson
- 2,098
- 4
- 25
- 50
-1
votes
1 answer
Using Vim in a GTD way
I'd like to change my habit in the way I take notes.
I want add files named YYYYmmddHHiiss.txt in a directory and start them this way:
=Call somebody (title of my note)
@work (context of my note)
!todo (type of the note, I'll use !inbox, !todo,…

phi_st
- 55
- 5