Search code examples
vimvim-plugin

How to rename 'Quickfix' title powered by setloclist builtin function?


I have a custom vim script, which navigate through files using setloclist builtin function. How to rename 'Quickfix' title right on the bottom of navigation file list and above command line?

enter image description here


Solution

  • Either set w:quickfix_title or use setloclist() recent 4th {what} parameter.

    You may need to update your vim version.