| Age | Commit message (Expand) | Author |
| 10 days | fix A_BOLD colliding with colors | WormHeamer |
| 10 days | zero memory in freelist_new | WormHeamer |
| 10 days | show messages for search wrapped or not found | WormHeamer |
| 10 days | set and unset dirty flag as appropriate on undo/redo | WormHeamer |
| 10 days | allow jumping to functions with opening bracket on separate line | WormHeamer |
| 10 days | show message on undo/redo at end | WormHeamer |
| 10 days | undo/redo | WormHeamer |
| 10 days | remove debug history view in draw_buf() | WormHeamer |
| 10 days | split edit_key() into multiple funcs, add yanking | WormHeamer |
| 10 days | todo | WormHeamer |
| 10 days | fix match_bracket() getting stuck on backslashes | WormHeamer |
| 10 days | add verbose git log | WormHeamer |
| 10 days | don't memchr() in fz_score (obvs not case insensitive, oops) | WormHeamer |
| 10 days | remove "out.pdf" from make clean (??) | WormHeamer |
| 10 days | fix gcc errors | WormHeamer |
| 10 days | make regex line ends more consistent across chunks | WormHeamer |
| 10 days | better fuzzy matching + replace a bunch of space indentation junk | WormHeamer |
| 10 days | refine & bugfix function navigation stuffs | WormHeamer |
| 10 days | add Space-j jump to function command | WormHeamer |
| 10 days | don't sort options if empty pattern, don't list .o files | WormHeamer |
| 10 days | add a trailing underscore to dynarr capacity, to help prevent errors | WormHeamer |
| 10 days | fix bug of passing capacity instead of length in select_buf() | WormHeamer |
| 10 days | add actual escape characters to regexes | WormHeamer |
| 10 days | strip off the largest shared prefix between paths in select_buf() | WormHeamer |
| 10 days | fix bug in arena_realloc() | WormHeamer |
| 10 days | normalize buffer paths, add buffer select, show basename in tabs | WormHeamer |
| 10 days | fix taking regex offset from the wrong chunk | WormHeamer |
| 10 days | remove some trailing spaces | WormHeamer |
| 10 days | hopefully fix invalid TxtLoc after some searches | WormHeamer |
| 10 days | fuzzy file select, try to deduplicate open buffers | WormHeamer |
| 10 days | use expand_cmd() in run_shell() | WormHeamer |
| 10 days | always pipe git diff into less | WormHeamer |
| 10 days | add git commands | WormHeamer |
| 10 days | fix trailing whitespace visibility | WormHeamer |
| 10 days | regex error reporting | WormHeamer |
| 10 days | add FG_DEFAULT/BG_DEFAULT and J to join lines | WormHeamer |
| 10 days | don't search for matching bracket if not actually on that bracket | WormHeamer |
| 10 days | stub for file selection | WormHeamer |
| 11 days | remove commented-out code | WormHeamer |
| 11 days | pass specific char to match_bracket() | WormHeamer |
| 11 days | add Editor.msg to report errors etc. | WormHeamer |
| 11 days | reset colors on vui_disable() | WormHeamer |
| 11 days | aesthetic changes + < and > commands | WormHeamer |
| 11 days | use ; to repeat char-find commands | WormHeamer |
| 11 days | add (hacky and slow) reverse regex search | WormHeamer |
| 11 days | add regex search (only forwards for now) | WormHeamer |
| 11 days | return 0 for match_bracket() if no match found | WormHeamer |
| 11 days | % to find matching bracket | WormHeamer |
| 11 days | make prev_line_start(), next_line_start() public | WormHeamer |
| 11 days | add prev_func(), next_func(), [/] | WormHeamer |