let b:undo_ftplugin = '' " TODO: Pick an emoji at random from a pre-defined list. command! -buffer PrrApprove normal! ggOLooks good @prr approvegg command! -buffer PrrReject normal! ggO@prr rejectgg let b:undo_ftplugin .= '| delcommand -buffer PrrApprove' let b:undo_ftplugin .= '| delcommand -buffer PrrReject' " Educate quotes. if !exists('b:textobj_quote_educate_mapped') \ || b:textobj_quote_educate_mapped == 0 Educate let b:undo_ftplugin .= '| NoEducate' endif