summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
11 daysfix taking regex offset from the wrong chunkWormHeamer
11 daysremove some trailing spacesWormHeamer
11 dayshopefully fix invalid TxtLoc after some searchesWormHeamer
11 daysfuzzy file select, try to deduplicate open buffersWormHeamer
12 daysuse expand_cmd() in run_shell()WormHeamer
12 daysalways pipe git diff into lessWormHeamer
12 daysadd git commandsWormHeamer
12 daysfix trailing whitespace visibilityWormHeamer
12 daysregex error reportingWormHeamer
12 daysadd FG_DEFAULT/BG_DEFAULT and J to join linesWormHeamer
12 daysdon't search for matching bracket if not actually on that bracketWormHeamer
12 daysstub for file selectionWormHeamer
12 daysremove commented-out codeWormHeamer
12 dayspass specific char to match_bracket()WormHeamer
12 daysadd Editor.msg to report errors etc.WormHeamer
12 daysreset colors on vui_disable()WormHeamer
12 daysaesthetic changes + < and > commandsWormHeamer
12 daysuse ; to repeat char-find commandsWormHeamer
12 daysadd (hacky and slow) reverse regex searchWormHeamer
13 daysadd regex search (only forwards for now)WormHeamer
13 daysreturn 0 for match_bracket() if no match foundWormHeamer
13 days% to find matching bracketWormHeamer
13 daysmake prev_line_start(), next_line_start() publicWormHeamer
13 daysadd prev_func(), next_func(), [/]WormHeamer
13 days[] -> HL, remove unused funcsWormHeamer
13 dayshighlight trailing whitespace, allow count in gGWormHeamer