Skip to content

Instantly share code, notes, and snippets.

@ujihisa
Created June 7, 2011 07:21
Show Gist options
  • Save ujihisa/1011818 to your computer and use it in GitHub Desktop.
Save ujihisa/1011818 to your computer and use it in GitHub Desktop.
function! s:is_cmdwin()
try
wincmd n
wincmd q
catch
return 1
endtry
return 0
endfunction
" nnoremap \c :<C-u>echomsg <SID>is_cmdwin()<Cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment