| Age | Commit message (Expand) | Author |
| 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 |
| 11 days | use expand_cmd() in run_shell() | WormHeamer |
| 11 days | always pipe git diff into less | WormHeamer |
| 11 days | add git commands | WormHeamer |
| 11 days | fix trailing whitespace visibility | WormHeamer |
| 11 days | regex error reporting | WormHeamer |
| 11 days | add FG_DEFAULT/BG_DEFAULT and J to join lines | WormHeamer |
| 11 days | don't search for matching bracket if not actually on that bracket | WormHeamer |
| 11 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 |
| 12 days | use ; to repeat char-find commands | WormHeamer |
| 12 days | add (hacky and slow) reverse regex search | WormHeamer |
| 12 days | add regex search (only forwards for now) | WormHeamer |
| 12 days | return 0 for match_bracket() if no match found | WormHeamer |
| 12 days | % to find matching bracket | WormHeamer |
| 12 days | make prev_line_start(), next_line_start() public | WormHeamer |
| 12 days | add prev_func(), next_func(), [/] | WormHeamer |
| 12 days | [] -> HL, remove unused funcs | WormHeamer |
| 12 days | highlight trailing whitespace, allow count in gG | WormHeamer |
| 12 days | allow opening multiple files at once + replace modes | WormHeamer |
| 12 days | get ready to start moving globals into Editor | WormHeamer |
| 12 days | remove unused srand() | WormHeamer |
| 12 days | add file debugging commands | WormHeamer |
| 12 days | run and build files | WormHeamer |
| 12 days | add vui_enable(), vui_disable() | WormHeamer |
| 13 days | allow entering count at start of motion (d3l, etc) | WormHeamer |
| 13 days | redraw on ^L | WormHeamer |
| 13 days | fix next_par() and prev_par() hanging at end-of-file | WormHeamer |
| 13 days | documentation comment for txt_split_piece() | WormHeamer |
| 13 days | fix some logic errors in line navigation | WormHeamer |
| 13 days | make 'O' work properly at start-of-file | WormHeamer |
| 13 days | simplify and clarify txt_split_piece(), txt_insert(), txt_delete() | WormHeamer |
| 13 days | .gitignore wed | WormHeamer |
| 13 days | dramatically speed up shell_replace() with two more close() calls | WormHeamer |
| 13 days | add txt_range_equal() | WormHeamer |
| 13 days | wed executable | WormHeamer |
| 14 days | add str.h | WormHeamer |
| 14 days | fix (da)->n colliding with "n" macro parameter | WormHeamer |
| 14 days | add txt_collect_range() and txt_read_chunk() | WormHeamer |
| 14 days | make shell_replace() work for large files | WormHeamer |
| 14 days | fix arena not throwing OOM error at the right time | WormHeamer |
| 14 days | some stuff | WormHeamer |
| 14 days | try and prevent 0-length splits occurring | WormHeamer |
| 14 days | various asserts | WormHeamer |