summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)Author
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 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 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 daysremove debug history view in draw_buf()WormHeamer
10 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 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 daysfix bug of passing capacity instead of length in select_buf()WormHeamer
11 daysstrip off the largest shared prefix between paths in select_buf()WormHeamer
11 daysnormalize buffer paths, add buffer select, show basename in tabsWormHeamer
11 daysfix taking regex offset from the wrong chunkWormHeamer
11 dayshopefully fix invalid TxtLoc after some searchesWormHeamer
11 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
12 daysadd Editor.msg to report errors etc.WormHeamer
12 daysaesthetic changes + < and > commandsWormHeamer
12 daysuse ; to repeat char-find commandsWormHeamer
12 daysadd (hacky and slow) reverse regex searchWormHeamer