diff --git a/plugin/a.vim b/plugin/a.vim index 637feb5..23905b0 100644 --- a/plugin/a.vim +++ b/plugin/a.vim @@ -557,12 +557,12 @@ 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 -nmap ih :IHS -imap is :IHS:A -nmap is :IHS:A -imap ihn :IHN -nmap ihn :IHN +" ih :IHS +"nmap ih :IHS +" imap is :IHS:A +"nmap is :IHS:A +" imap ihn :IHN +"nmap ihn :IHN "function! PrintList(theList) " let n = 1