Saturday, December 2, 2023

Vim Quickfix list example

 file1.txt

Hello word

file2.txt

Testing 2

qflist.txt

file1.txt:1:3: hello

file2.txt:1:4: test

vim -q qflist.txt

:cw



Format

[filename]:[line]:[column]: [any text]

No comments:

Blog Archive