summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
12 daysdon't search for matching bracket if not actually on that bracketWormHeamer
12 daysstub for file selectionWormHeamer
12 daysremove commented-out codeWormHeamer
12 dayspass specific char to match_bracket()WormHeamer
12 daysadd Editor.msg to report errors etc.WormHeamer
12 daysreset colors on vui_disable()WormHeamer
12 daysaesthetic changes + < and > commandsWormHeamer
12 daysuse ; to repeat char-find commandsWormHeamer
13 daysadd (hacky and slow) reverse regex searchWormHeamer
13 daysadd regex search (only forwards for now)WormHeamer
13 daysreturn 0 for match_bracket() if no match foundWormHeamer
13 days% to find matching bracketWormHeamer
13 daysmake prev_line_start(), next_line_start() publicWormHeamer
13 daysadd prev_func(), next_func(), [/]WormHeamer
13 days[] -> HL, remove unused funcsWormHeamer
13 dayshighlight trailing whitespace, allow count in gGWormHeamer
13 daysallow opening multiple files at once + replace modesWormHeamer
13 daysget ready to start moving globals into EditorWormHeamer
13 daysremove unused srand()WormHeamer
13 daysadd file debugging commandsWormHeamer
13 daysrun and build filesWormHeamer
13 daysadd vui_enable(), vui_disable()WormHeamer
14 daysallow entering count at start of motion (d3l, etc)WormHeamer
14 daysredraw on ^LWormHeamer
14 daysfix next_par() and prev_par() hanging at end-of-fileWormHeamer
14 daysdocumentation comment for txt_split_piece()WormHeamer
14 daysfix some logic errors in line navigationWormHeamer
14 daysmake 'O' work properly at start-of-fileWormHeamer
14 dayssimplify and clarify txt_split_piece(), txt_insert(), txt_delete()WormHeamer
2025-12-29.gitignore wedWormHeamer
2025-12-29dramatically speed up shell_replace() with two more close() callsWormHeamer
2025-12-29add txt_range_equal()WormHeamer
2025-12-29wed executableWormHeamer
2025-12-29add str.hWormHeamer
2025-12-29fix (da)->n colliding with "n" macro parameterWormHeamer
2025-12-29add txt_collect_range() and txt_read_chunk()WormHeamer
2025-12-29make shell_replace() work for large filesWormHeamer
2025-12-29fix arena not throwing OOM error at the right timeWormHeamer
2025-12-29some stuffWormHeamer
2025-12-29try and prevent 0-length splits occurringWormHeamer
2025-12-29various assertsWormHeamer
2025-12-29next_word(), prev_word()WormHeamer
2025-12-28fix a couple unused var warningsWormHeamer
2025-12-28text reflow babeyyWormHeamer
2025-12-28txt_delete_range()WormHeamer
2025-12-28fix arena_realloc() zeroing memoryWormHeamer
2025-12-28deduplicate reinserted buffer text somewhatWormHeamer
2025-12-28use cnext/cprev for move_char_fwd/backWormHeamer
2025-12-28fix txt_join_or_kill(), txt_delete_c()WormHeamer
2025-12-28remove most explicit Txt* params, fix some utf-8 problemsWormHeamer