summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
11 daysfix taking regex offset from the wrong chunkWormHeamer
11 daysremove some trailing spacesWormHeamer
11 dayshopefully fix invalid TxtLoc after some searchesWormHeamer
11 daysfuzzy file select, try to deduplicate open buffersWormHeamer
11 daysuse expand_cmd() in run_shell()WormHeamer
11 daysalways pipe git diff into lessWormHeamer
11 daysadd git commandsWormHeamer
11 daysfix trailing whitespace visibilityWormHeamer
11 daysregex error reportingWormHeamer
11 daysadd FG_DEFAULT/BG_DEFAULT and J to join linesWormHeamer
11 daysdon't search for matching bracket if not actually on that bracketWormHeamer
11 daysstub for file selectionWormHeamer
11 daysremove commented-out codeWormHeamer
11 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
12 daysadd (hacky and slow) reverse regex searchWormHeamer
12 daysadd regex search (only forwards for now)WormHeamer
12 daysreturn 0 for match_bracket() if no match foundWormHeamer
12 days% to find matching bracketWormHeamer
12 daysmake prev_line_start(), next_line_start() publicWormHeamer
12 daysadd prev_func(), next_func(), [/]WormHeamer
12 days[] -> HL, remove unused funcsWormHeamer
12 dayshighlight trailing whitespace, allow count in gGWormHeamer
12 daysallow opening multiple files at once + replace modesWormHeamer
12 daysget ready to start moving globals into EditorWormHeamer
12 daysremove unused srand()WormHeamer
12 daysadd file debugging commandsWormHeamer
12 daysrun and build filesWormHeamer
12 daysadd vui_enable(), vui_disable()WormHeamer
13 daysallow entering count at start of motion (d3l, etc)WormHeamer
13 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
14 days.gitignore wedWormHeamer
14 daysdramatically 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
buffering through a pipe seems to be really, really slow, so maybe should try just using a couple temporary files.
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