X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/90e9ebcd09b053272900d68267adc07f6241413b..357cfc33c7c87bbaf317efa5338578f2d38cad5c:/vim/plugin/quit_another_window.vim diff --git a/vim/plugin/quit_another_window.vim b/vim/plugin/quit_another_window.vim index 8867962..6453d84 100644 --- a/vim/plugin/quit_another_window.vim +++ b/vim/plugin/quit_another_window.vim @@ -97,9 +97,6 @@ command! -nargs=? -bang -complete=file Ql call QuitAnotherWindow('l', QuitAnotherWindow("", 0) nnoremap QAnotherWin :call QuitAnotherWindow(inputtarget(), 0) -if !hasmapto("QAnotherWin","n") - nmap QAnotherWin -endif " define lowercased aliases if possible if exists("loaded_cmdalias") && exists("*CmdAlias")