summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
9 daysdon't strip shared prefix from buffer paths anymoreWormHeamer
shorten_path() has rendered this obsolete
10 daysremove C_EOF (unused) and lower the value C_ANY to prevent warningswrmr
10 daysshorten homedir in some paths to ~WormHeamer
10 daystake an arena parameter in normalize_path()WormHeamer
10 daysjust use realpath() for normalize_path()WormHeamer
10 daystry to preallocate file option listsWormHeamer
10 daysfix dynarrs being allocated on every single DA_*FIT callWormHeamer
10 daysfix Txt not being zeroed properlyWormHeamer
10 daysadd cstr_dupWormHeamer
10 daysadd a reminder comment about strings' immutabilityWormHeamer
10 daysconst params for arena allocation funcsWormHeamer
10 daystry to concatenate strings in-place when possibleWormHeamer
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
10 days_might_ have fixed a bug in txt_hist_push()?WormHeamer
10 daysget rid of needless LEDIT_UP and LEDIT_DOWN resultsWormHeamer
10 dayssplit long lineWormHeamer
10 daysdont match brackets for function navigationWormHeamer
10 daysimprove argument parsing etc.WormHeamer
10 daysconvert some stuff to recursive uses of mode_key_normal()WormHeamer
10 daysfix invalid null yank at end of fileWormHeamer
10 daysclean up some rendering codeWormHeamer
10 daysdon't highlight trailing whitespace in front of the cursorWormHeamer
10 daysmove some char/byte next/prev stuff into txt.h, as inlineWormHeamer
10 daysseparate *_IMPL into their own compilation unitWormHeamer
10 daysbelay that; show readonly buffers as cyanWormHeamer
10 daysshow non-file buffers as italicWormHeamer
10 daysmake x,y unsignedWormHeamer
10 daysmake binary file buffers not writeableWormHeamer
10 daysconvert non-utf-8 files to a readonly hex dumpWormHeamer
10 daystry to clear and reset for vui_redraw()WormHeamer
10 daysfix A_BOLD colliding with colorsWormHeamer
10 dayszero memory in freelist_newWormHeamer
10 daysshow messages for search wrapped or not foundWormHeamer
10 daysset and unset dirty flag as appropriate on undo/redoWormHeamer
10 daysallow jumping to functions with opening bracket on separate lineWormHeamer
10 daysshow message on undo/redo at endWormHeamer
10 daysundo/redoWormHeamer
10 daysremove debug history view in draw_buf()WormHeamer
10 dayssplit edit_key() into multiple funcs, add yankingWormHeamer
10 daystodoWormHeamer
10 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