You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore outline-regexp pattern for top-level forms
Multiple alternate patterns were previously removed from outline-regexp in
b1ea6de. The pattern restored in this commit is needed to enable top-level forms
to participate in outline-minor-mode.
Adding this pattern back in does not undo the fix intended in b1ea6de.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
### Bugs fixed
6
6
7
7
*[cider#3758](https://github.com/clojure-emacs/cider/issues/3758): Improve regexp for clojure-find-def to recognize more complex metadata on vars
8
+
*[#684](https://github.com/clojure-emacs/clojure-mode/issues/684): Restore `outline-regexp` pattern to permit outline handling of top-level forms.
0 commit comments