Commit Briefs

Omar Polo

bump default fill-column to 120


Omar Polo

rename set-title to change-title

"set set-title = 1" is quite a mouthful. The old name will still be supported for a while to ease backwards compatibility.


Omar Polo

yornp before quitting


Omar Polo

de-quirkify execute-extended-command

On RET, execute the command on the selected line rather than what the user typed. This saves a TAB (to expand the entry) and is more in line with the other completion commands.


Omar Polo

bind del (aka backspace) to previous page

Suggested by Florian, thanks!


Omar Polo

add --corours as an alias for --color

Suggested by Florian, thanks!


Omar Polo

sync changelog


Omar Polo

ops, wrong email address ;)


Omar Polo

sync changelog



Omar Polo

sync changelog


Omar Polo

sync changelog


Omar Polo

sync changelog


Omar Polo

sync changelog


Omar Polo

fix item line detection

cherry-pick of commit ff79bf032c776716f71996eda953fe7b6ef8008b from the (abandoned?) branch feature/cache. The spec says (5.5.2 Unordered list items) > Lines beginning with "* " are unordered list items. (regarding the feature/cache branch, I think I want to drop that and start afresh, here's why the cherrypick and not a merge or a rebase)