From 357cfc33c7c87bbaf317efa5338578f2d38cad5c Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 21 Oct 2015 14:31:26 +0100 Subject: [PATCH] vim: DO NOT shadow my beloved --- vim/plugin/quit_another_window.vim | 3 --- 1 file changed, 3 deletions(-) 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") -- 2.48.1