From 5da636ff3dfa7f9ffb1ba5d99673ae739fe3e2ad Mon Sep 17 00:00:00 2001 From: Okan Date: Fri, 27 Jan 2023 09:44:13 +0300 Subject: [PATCH 1/2] Update a.vim Mapping has issue on whichkey --- plugin/a.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/a.vim b/plugin/a.vim index 637feb5..1b28cb1 100644 --- a/plugin/a.vim +++ b/plugin/a.vim @@ -557,11 +557,11 @@ comm! -nargs=? -bang IHS call AlternateOpenFileUnderCursor("h", ) comm! -nargs=? -bang IHV call AlternateOpenFileUnderCursor("v", ) comm! -nargs=? -bang IHT call AlternateOpenFileUnderCursor("t", ) comm! -nargs=? -bang IHN call AlternateOpenNextFile("") -imap ih :IHS +" ih :IHS nmap ih :IHS -imap is :IHS:A +" imap is :IHS:A nmap is :IHS:A -imap ihn :IHN +" imap ihn :IHN nmap ihn :IHN "function! PrintList(theList) From d6a29c8da077ed0ca30bafce38c75b9e7974df7e Mon Sep 17 00:00:00 2001 From: Okan Date: Fri, 27 Jan 2023 09:45:50 +0300 Subject: [PATCH 2/2] Update a.vim Remove map --- plugin/a.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/a.vim b/plugin/a.vim index 1b28cb1..23905b0 100644 --- a/plugin/a.vim +++ b/plugin/a.vim @@ -558,11 +558,11 @@ comm! -nargs=? -bang IHV call AlternateOpenFileUnderCursor("v", ) comm! -nargs=? -bang IHT call AlternateOpenFileUnderCursor("t", ) comm! -nargs=? -bang IHN call AlternateOpenNextFile("") " ih :IHS -nmap ih :IHS +"nmap ih :IHS " imap is :IHS:A -nmap is :IHS:A +"nmap is :IHS:A " imap ihn :IHN -nmap ihn :IHN +"nmap ihn :IHN "function! PrintList(theList) " let n = 1