index
:
~wrmr/wed
master
Unnamed repository; edit this file 'description' to name the repository.
Worm Heamer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
Age
Commit message (
Collapse
)
Author
11 days
todo
WormHeamer
11 days
fix match_bracket() getting stuck on backslashes
WormHeamer
11 days
add verbose git log
WormHeamer
11 days
don't memchr() in fz_score (obvs not case insensitive, oops)
WormHeamer
11 days
fix gcc errors
WormHeamer
11 days
make regex line ends more consistent across chunks
WormHeamer
11 days
better fuzzy matching + replace a bunch of space indentation junk
WormHeamer
11 days
refine & bugfix function navigation stuffs
WormHeamer
11 days
add Space-j jump to function command
WormHeamer
11 days
don't sort options if empty pattern, don't list .o files
WormHeamer
11 days
fix bug of passing capacity instead of length in select_buf()
WormHeamer
11 days
strip off the largest shared prefix between paths in select_buf()
WormHeamer
11 days
normalize buffer paths, add buffer select, show basename in tabs
WormHeamer
11 days
fix taking regex offset from the wrong chunk
WormHeamer
11 days
hopefully fix invalid TxtLoc after some searches
WormHeamer
11 days
fuzzy file select, try to deduplicate open buffers
WormHeamer
12 days
use expand_cmd() in run_shell()
WormHeamer
12 days
always pipe git diff into less
WormHeamer
12 days
add git commands
WormHeamer
12 days
fix trailing whitespace visibility
WormHeamer
12 days
regex error reporting
WormHeamer
12 days
add FG_DEFAULT/BG_DEFAULT and J to join lines
WormHeamer
12 days
don't search for matching bracket if not actually on that bracket
WormHeamer
12 days
stub for file selection
WormHeamer
12 days
remove commented-out code
WormHeamer
12 days
pass specific char to match_bracket()
WormHeamer
12 days
add Editor.msg to report errors etc.
WormHeamer
12 days
aesthetic changes + < and > commands
WormHeamer
12 days
use ; to repeat char-find commands
WormHeamer
13 days
add (hacky and slow) reverse regex search
WormHeamer
13 days
add regex search (only forwards for now)
WormHeamer
13 days
return 0 for match_bracket() if no match found
WormHeamer
13 days
% to find matching bracket
WormHeamer
13 days
add prev_func(), next_func(), [/]
WormHeamer
13 days
[] -> HL, remove unused funcs
WormHeamer
13 days
highlight trailing whitespace, allow count in gG
WormHeamer
13 days
allow opening multiple files at once + replace modes
WormHeamer
13 days
get ready to start moving globals into Editor
WormHeamer
13 days
remove unused srand()
WormHeamer
13 days
add file debugging commands
WormHeamer
13 days
run and build files
WormHeamer
14 days
allow entering count at start of motion (d3l, etc)
WormHeamer
14 days
redraw on ^L
WormHeamer
14 days
fix next_par() and prev_par() hanging at end-of-file
WormHeamer
14 days
make 'O' work properly at start-of-file
WormHeamer
2025-12-29
dramatically speed up shell_replace() with two more close() calls
WormHeamer
2025-12-29
add txt_range_equal()
WormHeamer
2025-12-29
add str.h
WormHeamer
2025-12-29
make shell_replace() work for large files
WormHeamer
buffering through a pipe seems to be really, really slow, so maybe should try just using a couple temporary files.
2025-12-29
try and prevent 0-length splits occurring
WormHeamer
[next]