summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
10 daysfix memcpy of NULL for zero-length stringsWormHeamer
10 daysshow current path as prompt, don't normalize "/" to ""WormHeamer
10 daysmake select_file() start in directory of current buffer if possibleWormHeamer
10 daysremove unused signal.hWormHeamer
10 daysadd git status commandWormHeamer
10 dayscheck for non-null chunk in txt_range_equal()WormHeamer
10 daysadd ! commandWormHeamer
11 days_might_ have fixed a bug in txt_hist_push()?WormHeamer
11 daysget rid of needless LEDIT_UP and LEDIT_DOWN resultsWormHeamer
11 dayssplit long lineWormHeamer
11 daysdont match brackets for function navigationWormHeamer
11 daysimprove argument parsing etc.WormHeamer
11 daysconvert some stuff to recursive uses of mode_key_normal()WormHeamer
11 daysfix invalid null yank at end of fileWormHeamer
11 daysclean up some rendering codeWormHeamer
11 daysdon't highlight trailing whitespace in front of the cursorWormHeamer
11 daysmove some char/byte next/prev stuff into txt.h, as inlineWormHeamer
11 daysseparate *_IMPL into their own compilation unitWormHeamer
11 daysbelay that; show readonly buffers as cyanWormHeamer
11 daysshow non-file buffers as italicWormHeamer
11 daysmake x,y unsignedWormHeamer
11 daysmake binary file buffers not writeableWormHeamer
11 daysconvert non-utf-8 files to a readonly hex dumpWormHeamer
11 daystry to clear and reset for vui_redraw()WormHeamer
11 daysfix A_BOLD colliding with colorsWormHeamer
11 dayszero memory in freelist_newWormHeamer
11 daysshow messages for search wrapped or not foundWormHeamer
11 daysset and unset dirty flag as appropriate on undo/redoWormHeamer
11 daysallow jumping to functions with opening bracket on separate lineWormHeamer
11 daysshow message on undo/redo at endWormHeamer
11 daysundo/redoWormHeamer
11 daysremove debug history view in draw_buf()WormHeamer
11 dayssplit edit_key() into multiple funcs, add yankingWormHeamer
11 daystodoWormHeamer
11 daysfix match_bracket() getting stuck on backslashesWormHeamer
11 daysadd verbose git logWormHeamer
11 daysdon't memchr() in fz_score (obvs not case insensitive, oops)WormHeamer
11 daysremove "out.pdf" from make clean (??)WormHeamer
11 daysfix gcc errorsWormHeamer
11 daysmake regex line ends more consistent across chunksWormHeamer
11 daysbetter fuzzy matching + replace a bunch of space indentation junkWormHeamer
11 daysrefine & bugfix function navigation stuffsWormHeamer
11 daysadd Space-j jump to function commandWormHeamer
11 daysdon't sort options if empty pattern, don't list .o filesWormHeamer
11 daysadd a trailing underscore to dynarr capacity, to help prevent errorsWormHeamer
11 daysfix bug of passing capacity instead of length in select_buf()WormHeamer
11 daysadd actual escape characters to regexesWormHeamer
11 daysstrip off the largest shared prefix between paths in select_buf()WormHeamer
11 daysfix bug in arena_realloc()WormHeamer
i don't remember what it was but it broke select_file_in()
11 daysnormalize buffer paths, add buffer select, show basename in tabsWormHeamer