Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 179356 | Differences between
and this patch

Collapse All | Expand All

(-)runtime/autoload/ada.vim (-4 / +4 lines)
Lines 549-563 Link Here
549
      execute
549
      execute
550
	\ "50amenu " .
550
	\ "50amenu " .
551
	\ "Ada."  . escape(a:Text, ' ') .
551
	\ "Ada."  . escape(a:Text, ' ') .
552
	\ "<Tab>" . escape(g:mapleader . "a" . a:Keys , '\') .
552
	\ "<Tab>" . "<LocalLeader>" . "a" . escape(a:Keys , '\') .
553
	\ " :"	  . a:Command . "<CR>"
553
	\ " :"	  . a:Command . "<CR>"
554
      execute
554
      execute
555
	\ "nnoremap <buffer>" .
555
	\ "nnoremap <buffer>" .
556
	\ escape(g:mapleader . "a" . a:Keys , '\') .
556
	\ "<LocalLeader>" . "a" . escape(a:Keys , '\') .
557
	\" :" . a:Command
557
	\" :" . a:Command
558
      execute
558
      execute
559
	\ "inoremap <buffer>" .
559
	\ "inoremap <buffer>" .
560
	\ escape(g:mapleader . "a" . a:Keys , '\') .
560
	\ "<LocalLeader>" . "a" . escape(a:Keys , '\') .
561
	\" <C-O>:" . a:Command
561
	\" <C-O>:" . a:Command
562
   endif
562
   endif
563
   return
563
   return
Lines 569-575 Link Here
569
   execute
569
   execute
570
     \ "50amenu " .
570
     \ "50amenu " .
571
     \ "PopUp."   . escape(a:Text, ' ') .
571
     \ "PopUp."   . escape(a:Text, ' ') .
572
     \ "<Tab>"	  . escape(g:mapleader . "a" . a:Keys , '\') .
572
     \ "<Tab>"	  . "<LocalLeader>" . "a" . escape(a:Keys , '\') .
573
     \ " :"	  . a:Command . "<CR>"
573
     \ " :"	  . a:Command . "<CR>"
574
574
575
   call ada#Map_Menu (a:Text, a:Keys, a:Command)
575
   call ada#Map_Menu (a:Text, a:Keys, a:Command)

Return to bug 179356