- Vim has one global quickfix list. The list contains file positions filled by other commands.
- Vim has one location list per window. The list is similar to a quickfix list and contains a list of positions in filesi.
:cw | Open “quickfix list” (one global list) |
:ccl | Close “quickfix list” |
:lw | Open “location list” (one per window) |