Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
(some people paste them into irssi by mistake and don't always notice)
|
|
Because of course I'd forget to do "git add" the first time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 0.8.12-17-g7a48e35: notify_idle_time
- 0.8.12-72-gc403b70: translation
- 0.8.12-146-gbe38189: ssl_*, use_ssl
- 0.8.12-176-g7bd9385: term_auto_detach
- 0.8.12-345-g9dcea77: scrollback_save_formats
- 0.8.14-27-g3eea03c: paste_detect_keycount
This also "fixes" three TODOs. Yay.
|
|
|
|
|
|
|
|
|
|
Used the following vim foldexpr to move blocks around safely:
:set foldexpr=getline(v:lnum+1)=~'^{'?'>1':(getline(v:lnum)=~'^##'?0:1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix lost \ in startup guide
|
|
|
|
|
|
Fix typo reported by nemobis
|
|
|
|
|