| Age | Commit message (Expand) | Author |
| 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 | fix bug of passing capacity instead of length in select_buf() | WormHeamer |
| 10 days | strip off the largest shared prefix between paths in select_buf() | 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 | 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 |
| 10 days | remove commented-out code | WormHeamer |
| 10 days | pass specific char to match_bracket() | WormHeamer |
| 11 days | add Editor.msg to report errors etc. | 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 | add prev_func(), next_func(), [/] | WormHeamer |
| 11 days | [] -> HL, remove unused funcs | WormHeamer |
| 11 days | highlight trailing whitespace, allow count in gG | WormHeamer |
| 11 days | allow opening multiple files at once + replace modes | WormHeamer |
| 11 days | get ready to start moving globals into Editor | WormHeamer |
| 11 days | remove unused srand() | WormHeamer |
| 11 days | add file debugging commands | WormHeamer |
| 11 days | run and build files | WormHeamer |
| 12 days | allow entering count at start of motion (d3l, etc) | WormHeamer |
| 12 days | redraw on ^L | WormHeamer |
| 13 days | fix next_par() and prev_par() hanging at end-of-file | WormHeamer |
| 13 days | make 'O' work properly at start-of-file | WormHeamer |
| 13 days | dramatically speed up shell_replace() with two more close() calls | WormHeamer |
| 13 days | add txt_range_equal() | WormHeamer |
| 13 days | add str.h | WormHeamer |
| 13 days | make shell_replace() work for large files | WormHeamer |
| 13 days | try and prevent 0-length splits occurring | WormHeamer |
| 13 days | various asserts | WormHeamer |
| 13 days | next_word(), prev_word() | WormHeamer |
| 13 days | fix a couple unused var warnings | WormHeamer |
| 13 days | text reflow babeyy | WormHeamer |
| 14 days | use cnext/cprev for move_char_fwd/back | WormHeamer |
| 14 days | remove most explicit Txt* params, fix some utf-8 problems | WormHeamer |
| 14 days | fix end_of_line() skipping empty lines | WormHeamer |
| 14 days | different cursor shape in insert vs normal mode | WormHeamer |