command! -nargs=? -bang -complete=file Q call <SID>QuitAnotherWindow("<args>", <bang>0)
nnoremap <silent> <Plug>QAnotherWin :<C-U>call <SID>QuitAnotherWindow(<SID>inputtarget(), 0)<CR>
-if !hasmapto("<Plug>QAnotherWin","n")
- nmap <silent> <C-z> <Plug>QAnotherWin
-endif
" define lowercased aliases if possible
if exists("loaded_cmdalias") && exists("*CmdAlias")