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
10 days
show current path as prompt, don't normalize "/" to ""
WormHeamer
10 days
make select_file() start in directory of current buffer if possible
WormHeamer
10 days
remove unused signal.h
WormHeamer
10 days
add git status command
WormHeamer
10 days
add ! command
WormHeamer
10 days
get rid of needless LEDIT_UP and LEDIT_DOWN results
WormHeamer
10 days
split long line
WormHeamer
10 days
dont match brackets for function navigation
WormHeamer
10 days
improve argument parsing etc.
WormHeamer
10 days
convert some stuff to recursive uses of mode_key_normal()
WormHeamer
10 days
fix invalid null yank at end of file
WormHeamer
10 days
clean up some rendering code
WormHeamer
10 days
don't highlight trailing whitespace in front of the cursor
WormHeamer
10 days
separate *_IMPL into their own compilation unit
WormHeamer
10 days
belay that; show readonly buffers as cyan
WormHeamer
10 days
show non-file buffers as italic
WormHeamer
10 days
make x,y unsigned
WormHeamer
10 days
make binary file buffers not writeable
WormHeamer
10 days
convert non-utf-8 files to a readonly hex dump
WormHeamer
10 days
show messages for search wrapped or not found
WormHeamer
10 days
set and unset dirty flag as appropriate on undo/redo
WormHeamer
10 days
allow jumping to functions with opening bracket on separate line
WormHeamer
11 days
show message on undo/redo at end
WormHeamer
11 days
remove debug history view in draw_buf()
WormHeamer
11 days
split edit_key() into multiple funcs, add yanking
WormHeamer
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
11 days
use expand_cmd() in run_shell()
WormHeamer
11 days
always pipe git diff into less
WormHeamer
11 days
add git commands
WormHeamer
11 days
fix trailing whitespace visibility
WormHeamer
11 days
regex error reporting
WormHeamer
11 days
add FG_DEFAULT/BG_DEFAULT and J to join lines
WormHeamer
11 days
don't search for matching bracket if not actually on that bracket
WormHeamer
11 days
stub for file selection
WormHeamer
11 days
remove commented-out code
WormHeamer
[next]