summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
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 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
13 daysallow entering count at start of motion (d3l, etc)WormHeamer
13 daysredraw on ^LWormHeamer
13 daysfix next_par() and prev_par() hanging at end-of-fileWormHeamer
13 daysmake 'O' work properly at start-of-fileWormHeamer
13 daysdramatically speed up shell_replace() with two more close() callsWormHeamer
13 daysadd txt_range_equal()WormHeamer
14 daysadd str.hWormHeamer
14 daysmake shell_replace() work for large filesWormHeamer
14 daystry and prevent 0-length splits occurringWormHeamer
14 daysvarious assertsWormHeamer
14 daysnext_word(), prev_word()WormHeamer
14 daysfix a couple unused var warningsWormHeamer
14 daystext reflow babeyyWormHeamer
14 daysuse cnext/cprev for move_char_fwd/backWormHeamer
14 daysremove most explicit Txt* params, fix some utf-8 problemsWormHeamer
14 daysfix end_of_line() skipping empty linesWormHeamer
14 daysdifferent cursor shape in insert vs normal modeWormHeamer
2025-12-28C and Z commandsWormHeamer
2025-12-28count for motionsWormHeamer
2025-12-28many changesWormHeamer
2025-12-28grow view window upwards when at end of documentWormHeamer
2025-12-28autoindentWormHeamer
2025-12-28tabs supportWormHeamer
2025-12-28lots of features & bugfixes bothWormHeamer
2025-12-28put more emphasis on TxtLocWormHeamer
2025-12-27basic piece table implementationWormHeamer