ListToggle
ListToggle copied to clipboard
A vim plugin for toggling the display of the quickfix list and the location-list.
Results
2
ListToggle issues
Sort by
recently updated
recently updated
newest added
I'm starting to use tabs (yes, whether tabs are useful or not is debatable....). In any event, I if I have more than one QF open, e.g. one on each...
I was using this plug I found some time ago until finding your lovely alternative: ```vimL function! toggle#GetBufferList() redir =>buflist silent! ls redir END return buflist endfunction function! toggle#ToggleList(bufname, pfx)...