summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
11 daysuse ; to repeat char-find commandsWormHeamer
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 daysmake prev_line_start(), next_line_start() publicWormHeamer
11 daysadd prev_func(), next_func(), [/]WormHeamer
11 days[] -> HL, remove unused funcsWormHeamer
11 dayshighlight trailing whitespace, allow count in gGWormHeamer
11 daysallow opening multiple files at once + replace modesWormHeamer
11 daysget ready to start moving globals into EditorWormHeamer
11 daysremove unused srand()WormHeamer
11 daysadd file debugging commandsWormHeamer
11 daysrun and build filesWormHeamer
11 daysadd vui_enable(), vui_disable()WormHeamer
12 daysallow entering count at start of motion (d3l, etc)WormHeamer
12 daysredraw on ^LWormHeamer
13 daysfix next_par() and prev_par() hanging at end-of-fileWormHeamer
13 daysdocumentation comment for txt_split_piece()WormHeamer
13 daysfix some logic errors in line navigationWormHeamer
13 daysmake 'O' work properly at start-of-fileWormHeamer
13 dayssimplify and clarify txt_split_piece(), txt_insert(), txt_delete()WormHeamer
13 days.gitignore wedWormHeamer
13 daysdramatically speed up shell_replace() with two more close() callsWormHeamer
13 daysadd txt_range_equal()WormHeamer
13 dayswed executableWormHeamer
13 daysadd str.hWormHeamer
13 daysfix (da)->n colliding with "n" macro parameterWormHeamer
13 daysadd txt_collect_range() and txt_read_chunk()WormHeamer
13 daysmake 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.
13 daysfix arena not throwing OOM error at the right timeWormHeamer
13 dayssome stuffWormHeamer
13 daystry and prevent 0-length splits occurringWormHeamer
13 daysvarious assertsWormHeamer
13 daysnext_word(), prev_word()WormHeamer
13 daysfix a couple unused var warningsWormHeamer
13 daystext reflow babeyyWormHeamer
13 daystxt_delete_range()WormHeamer
13 daysfix arena_realloc() zeroing memoryWormHeamer
13 daysdeduplicate reinserted buffer text somewhatWormHeamer
14 daysuse cnext/cprev for move_char_fwd/backWormHeamer
14 daysfix txt_join_or_kill(), txt_delete_c()WormHeamer
14 daysremove most explicit Txt* params, fix some utf-8 problemsWormHeamer
14 daysadd Txt pointer to TxtLocWormHeamer
14 daysfix end_of_line() skipping empty linesWormHeamer
14 daysdifferent cursor shape in insert vs normal modeWormHeamer
14 daysfix txt_byte() not returning 0 at end of bufferWormHeamer
it was checking against the length of the buffer, not the piece, so wouldn't work properly after a deletion
14 daysdon't throw error on opening nonexistent file, "wb" for txt_saveWormHeamer
14 daysdon't do thatWormHeamer
14 daysuse O_CREAT in txt_load()WormHeamer