Skip to content

Instantly share code, notes, and snippets.

@thinca
Created June 7, 2011 17:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinca/1012707 to your computer and use it in GitHub Desktop.
Save thinca/1012707 to your computer and use it in GitHub Desktop.
function! s:is_cmdwin()
try
noautocmd wincmd p
noautocmd wincmd p
catch
return 1
endtry
return 0
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment