| Age | Commit message (Collapse) | Author |
|
Undo was relying on buffer_goto being 0-indexed when it comes to lines,
whereas the new --line flag was not.
|
|
|
|
|
|
This also fixes a bunch of valgrind errors
|
|
This means that empty lines are not added until they have content.
|
|
It was a non-needed limitation
|
|
M-y can cycle through earlier cut/copies.
Also fix minibuffer tokenization error and error when deleting text.
Vertical scrolling also works as it should now.
|
|
It would crash on multi-line copy.
|
|
Also fix some memory leaks
|
|
Also improve find file and switch buffer a bit.
Implement word backward/forward.
|
|
|
|
|
|
Also fix some issues with inserting multibyte chars.
|
|
Buffer now scrolls correcly when reaching top or bottom and puts dot at
the middle of the screen.
|
|
|
|
It now handles a range of characters and correctly merges lines. It is
not the most slick implementation but it works as a start.
|
|
|