Fixes #1986: evil-open-fold fails to open folds in deeply nested outl…#1987
Closed
jamescherti wants to merge 1 commit intoemacs-evil:masterfrom
Closed
Fixes #1986: evil-open-fold fails to open folds in deeply nested outl…#1987jamescherti wants to merge 1 commit intoemacs-evil:masterfrom
jamescherti wants to merge 1 commit intoemacs-evil:masterfrom
Conversation
34979fe to
73811f3
Compare
73811f3 to
0ec3d0e
Compare
128745f to
93912a6
Compare
a15fcd2 to
c3cc6c0
Compare
3f768fd to
b2d9692
Compare
…ested outline/org headers This commit fixes an issue in evil-mode where, in outline-mode or org-mode, attempting to open a folded section (zo) fails when the cursor is inside a deeply nested header. Previously, the fold would either not expand or expand incorrectly, leaving the nested content hidden and making navigation and editing of deeply nested structures difficult.
b2d9692 to
e06e6a8
Compare
Contributor
Author
|
I am closing this pull request due to the absence of a timely review. The enhancements from this pull request have been implemented in a separate Emacs package: kirigami.el (The kirigami Emacs package provides a unified interface for opening and closing folds across a wide range of major and minor modes, including |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit fixes (#1986) an issue in
evil-modewhere, inoutline-modeororg-mode, attempting to open a folded section (zo) fails when the cursor is inside a deeply nested header. Previously, the fold would either not expand or expand incorrectly, leaving the nested content hidden and making navigation and editing of deeply nested structures difficult.I welcome any suggestions for improvement.