summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
11 daysadd (hacky and slow) reverse regex searchWormHeamer
11 daysadd regex search (only forwards for now)WormHeamer
11 daysreturn 0 for match_bracket() if no match foundWormHeamer
11 days% to find matching bracketWormHeamer
11 daysadd prev_func(), next_func(), [/]WormHeamer
11 days[] -> HL, remove unused funcsWormHeamer
11 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 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
13 daysadd str.hWormHeamer
13 daysmake shell_replace() work for large filesWormHeamer
13 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
14 daysC and Z commandsWormHeamer
14 dayscount for motionsWormHeamer
14 daysmany 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