Skip to content

Instantly share code, notes, and snippets.

@threeve
Created November 21, 2008 15:32
Show Gist options
  • Save threeve/27457 to your computer and use it in GitHub Desktop.
Save threeve/27457 to your computer and use it in GitHub Desktop.
function! ToggleQuickFix()
if len(filter(tabpagebuflist(tabpagenr('$')), 'getbufvar(v:val, "&buftype") == "quickfix"')) > 0
ccl
else
copen
endif
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment