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
Age
Commit message (
Collapse
)
Author
11 days
use ; to repeat char-find commands
WormHeamer
11 days
add (hacky and slow) reverse regex search
WormHeamer
11 days
add regex search (only forwards for now)
WormHeamer
11 days
return 0 for match_bracket() if no match found
WormHeamer
11 days
% to find matching bracket
WormHeamer
11 days
make prev_line_start(), next_line_start() public
WormHeamer
11 days
add prev_func(), next_func(), [/]
WormHeamer
11 days
[] -> HL, remove unused funcs
WormHeamer
11 days
highlight trailing whitespace, allow count in gG
WormHeamer
11 days
allow opening multiple files at once + replace modes
WormHeamer
11 days
get ready to start moving globals into Editor
WormHeamer
11 days
remove unused srand()
WormHeamer
11 days
add file debugging commands
WormHeamer
11 days
run and build files
WormHeamer
11 days
add vui_enable(), vui_disable()
WormHeamer
12 days
allow entering count at start of motion (d3l, etc)
WormHeamer
12 days
redraw on ^L
WormHeamer
13 days
fix next_par() and prev_par() hanging at end-of-file
WormHeamer
13 days
documentation comment for txt_split_piece()
WormHeamer
13 days
fix some logic errors in line navigation
WormHeamer
13 days
make 'O' work properly at start-of-file
WormHeamer
13 days
simplify and clarify txt_split_piece(), txt_insert(), txt_delete()
WormHeamer
13 days
.gitignore wed
WormHeamer
13 days
dramatically speed up shell_replace() with two more close() calls
WormHeamer
13 days
add txt_range_equal()
WormHeamer
13 days
wed executable
WormHeamer
13 days
add str.h
WormHeamer
13 days
fix (da)->n colliding with "n" macro parameter
WormHeamer
13 days
add txt_collect_range() and txt_read_chunk()
WormHeamer
13 days
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.
13 days
fix arena not throwing OOM error at the right time
WormHeamer
13 days
some stuff
WormHeamer
13 days
try and prevent 0-length splits occurring
WormHeamer
13 days
various asserts
WormHeamer
13 days
next_word(), prev_word()
WormHeamer
13 days
fix a couple unused var warnings
WormHeamer
13 days
text reflow babeyy
WormHeamer
13 days
txt_delete_range()
WormHeamer
13 days
fix arena_realloc() zeroing memory
WormHeamer
13 days
deduplicate reinserted buffer text somewhat
WormHeamer
14 days
use cnext/cprev for move_char_fwd/back
WormHeamer
14 days
fix txt_join_or_kill(), txt_delete_c()
WormHeamer
14 days
remove most explicit Txt* params, fix some utf-8 problems
WormHeamer
14 days
add Txt pointer to TxtLoc
WormHeamer
14 days
fix end_of_line() skipping empty lines
WormHeamer
14 days
different cursor shape in insert vs normal mode
WormHeamer
14 days
fix txt_byte() not returning 0 at end of buffer
WormHeamer
it was checking against the length of the buffer, not the piece, so wouldn't work properly after a deletion
14 days
don't throw error on opening nonexistent file, "wb" for txt_save
WormHeamer
14 days
don't do that
WormHeamer
14 days
use O_CREAT in txt_load()
WormHeamer
[prev]
[next]