summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
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 daysfix bug of passing capacity instead of length in select_buf()WormHeamer
10 daysstrip off the largest shared prefix between paths in select_buf()WormHeamer
10 daysnormalize buffer paths, add buffer select, show basename in tabsWormHeamer
10 daysfix taking regex offset from the wrong chunkWormHeamer
10 dayshopefully fix invalid TxtLoc after some searchesWormHeamer
10 daysfuzzy file select, try to deduplicate open buffersWormHeamer
10 daysuse expand_cmd() in run_shell()WormHeamer
10 daysalways pipe git diff into lessWormHeamer
10 daysadd git commandsWormHeamer
10 daysfix trailing whitespace visibilityWormHeamer
10 daysregex error reportingWormHeamer
10 daysadd FG_DEFAULT/BG_DEFAULT and J to join linesWormHeamer
10 daysdon't search for matching bracket if not actually on that bracketWormHeamer
10 daysstub for file selectionWormHeamer
10 daysremove commented-out codeWormHeamer
10 dayspass specific char to match_bracket()WormHeamer
11 daysadd Editor.msg to report errors etc.WormHeamer
11 daysaesthetic changes + < and > commandsWormHeamer
11 daysuse ; to repeat char-find commandsWormHeamer
11 daysadd (hacky and slow) reverse regex searchWormHeamer
11 daysadd regex search (only forwards for now)WormHeamer
11 daysreturn 0 for match_bracket() if no match foundWormHeamer
11 days% to find matching bracketWormHeamer
11 daysadd prev_func(), next_func(), [/]WormHeamer
11 days[] -> HL, remove unused funcsWormHeamer
11 dayshighlight trailing whitespace, allow count in gGWormHeamer
11 daysallow opening multiple files at once + replace modesWormHeamer
11 daysget ready to start moving globals into EditorWormHeamer
11 daysremove unused srand()WormHeamer
11 daysadd file debugging commandsWormHeamer
11 daysrun and build filesWormHeamer
12 daysallow entering count at start of motion (d3l, etc)WormHeamer
12 daysredraw on ^LWormHeamer
13 daysfix next_par() and prev_par() hanging at end-of-fileWormHeamer
13 daysmake 'O' work properly at start-of-fileWormHeamer
13 daysdramatically speed up shell_replace() with two more close() callsWormHeamer
13 daysadd txt_range_equal()WormHeamer
13 daysadd str.hWormHeamer
13 daysmake shell_replace() work for large filesWormHeamer
13 daystry and prevent 0-length splits occurringWormHeamer
13 daysvarious assertsWormHeamer
13 daysnext_word(), prev_word()WormHeamer
13 daysfix a couple unused var warningsWormHeamer
13 daystext reflow babeyyWormHeamer
14 daysuse cnext/cprev for move_char_fwd/backWormHeamer
14 daysremove most explicit Txt* params, fix some utf-8 problemsWormHeamer
14 daysfix end_of_line() skipping empty linesWormHeamer