-
-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Before this, upon expanding a new snippet, its jumps were linked up with the currently active node, no matter its position in the buffer. The most prominent negative side-effect of this is jumping all over the buffer if a snippet is not jumped "through" (ie. to its $0). This finally adresses this properly by inserting snippets into nodes according to their position in the buffer. Read the changes to `DOC.md` for more info. This commit also deprecates `history` in `setup`, prefer the new options `keep_roots`, `link_roots`, and `link_children`, as they are more readable. Still, it is very unlikely that compatibility with `history` will ever be completely removed, so no need to fret about this.
- Loading branch information
Showing
17 changed files
with
3,020 additions
and
348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.