nmap n :call NewVersion() nmap a :call AddEntry() nmap c :call CloseBug() " -- nmap U :call Distribution("unstable") nmap F :call Distribution("frozen") nmap S :call Distribution("stable") " -- nmap 1 :call Distribution("frozen unstable") nmap 2 :call Distribution("stable unstable") nmap 3 :call Distribution("stable frozen") nmap 4 :call Distribution("stable frozen unstable") nmap l :call Urgency("low") nmap m :call Urgency("medium") nmap h :call Urgency("high") " -- nmap u :call Unfinalise() nmap f :call Finalise()