| Age | Commit message (Collapse) | Author |
|
|
|
Uses the settings system to implement a small system for per-language
settings.
|
|
Settings are a flat "dictionary" containing
paths to settings on the format:
<category>.<sub-category>.<setting>.
|
|
This also fixes a bunch of valgrind errors
|
|
This means that empty lines are not added until they have content.
|
|
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.
|
|
Also fix some memory leaks
|
|
Also improve find file and switch buffer a bit.
Implement word backward/forward.
|
|
- More bug fixes for keys: You can now have mod-less keys in keymaps as
binds.
- Fix calculation bug with space fillouts.
|
|
|
|
Render things and line numbers.
|
|
|
|
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.
|
|
|