-
Fixes conflict specifically with [vim-qf](https://github.com/romainl/vim-qf)'s QuickFix functions. QuickFix, in general, should be skipped with this function
Issue could effect other Plugins in simi…
-
As a developer I want to use quick fixes so that I can remove validation errors more quickly. ("Class foo.bar not found" -> "Create Class foo.bar")
-
Sometimes when I jump to an error in my quickfix list, the error marker is set in line 1 instead of the error line.
### How to reproduce:
`main.c`:
```c
#include "main.h"
int main(void) { r…
-
It's unclear to my newbish eyes how quickfix is supposed to work. The first point of confusion comes from the numerous strategies for which quickfix is supported, but then you state to use dispatch.vi…
-
I'm using the default layout which puts the REPL and console at the bottom. When I open the quickfix list (or other similar types of small windows which open at the bottom), they bump the REPL/console…
-
### Description
The package fails to compile if I set this option.
In comparison setting the `with_ssl` works as expected.
```
[ 50%] Building CXX object src/C++/CMakeFiles/quickfix.dir/Postgr…
-
**Is your feature request related to a problem? Please describe.**
If I call `:chistory`, it lists 2 entries
```
error list 1 of 2; 1392 errors rg --vimgrep something ./
> error list 2 of 2;…
-
this is probably not a complete patch, but it is enough for me as I do not use the Always On Display (AOD)
ClockStyleOp14.java:
```
package com.upbad.apps.opgo.plugin.systemui;
import android.…
-
Using the `co` mappings would it be possible to include mappings to toggle the quickfix list, location list, etc? Something like `coq` for example?
-
I'm using the 'Ack' plugin. If i do an ack search, I get the results of the search in the quickfix window. However, if I then go to one of the entries in a javascript file, jslint will replace my ack …