Open azltx opened 4 years ago
Is it possible to provide an option so that location list can be used instead of the quick fix window?
I tried the following modifications in gutentags_plus.vim but they do not work as expected, any ideas?
silent exec 'cexpr text' --> silent exec 'lexpr text' call setqflist([], 'a', {'title':title}) --> call setloclist(0, [], 'a', {'title':title})
Is it possible to provide an option so that location list can be used instead of the quick fix window?
I tried the following modifications in gutentags_plus.vim but they do not work as expected, any ideas?
silent exec 'cexpr text' --> silent exec 'lexpr text' call setqflist([], 'a', {'title':title}) --> call setloclist(0, [], 'a', {'title':title})