summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
10 daysadd verbose git logWormHeamer
10 daysdon't memchr() in fz_score (obvs not case insensitive, oops)WormHeamer
10 daysremove "out.pdf" from make clean (??)WormHeamer
10 daysfix gcc errorsWormHeamer
10 daysmake regex line ends more consistent across chunksWormHeamer
10 daysbetter fuzzy matching + replace a bunch of space indentation junkWormHeamer
10 daysrefine & bugfix function navigation stuffsWormHeamer
10 daysadd Space-j jump to function commandWormHeamer
10 daysdon't sort options if empty pattern, don't list .o filesWormHeamer
10 daysadd a trailing underscore to dynarr capacity, to help prevent errorsWormHeamer
10 daysfix bug of passing capacity instead of length in select_buf()WormHeamer
10 daysadd actual escape characters to regexesWormHeamer
10 daysstrip off the largest shared prefix between paths in select_buf()WormHeamer
10 daysfix bug in arena_realloc()WormHeamer
10 daysnormalize buffer paths, add buffer select, show basename in tabsWormHeamer
10 daysfix taking regex offset from the wrong chunkWormHeamer
10 daysremove some trailing spacesWormHeamer
10 dayshopefully fix invalid TxtLoc after some searchesWormHeamer
10 daysfuzzy file select, try to deduplicate open buffersWormHeamer
11 daysuse expand_cmd() in run_shell()WormHeamer
11 daysalways pipe git diff into lessWormHeamer
11 daysadd git commandsWormHeamer
11 daysfix trailing whitespace visibilityWormHeamer
11 daysregex error reportingWormHeamer
11 daysadd FG_DEFAULT/BG_DEFAULT and J to join linesWormHeamer
11 daysdon't search for matching bracket if not actually on that bracketWormHeamer
11 daysstub for file selectionWormHeamer
11 daysremove commented-out codeWormHeamer
11 dayspass specific char to match_bracket()WormHeamer
11 daysadd Editor.msg to report errors etc.WormHeamer
11 daysreset colors on vui_disable()WormHeamer
11 daysaesthetic changes + < and > commandsWormHeamer
12 daysuse ; to repeat char-find commandsWormHeamer
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 daysmake prev_line_start(), next_line_start() publicWormHeamer
12 daysadd prev_func(), next_func(), [/]WormHeamer