mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix :narrow ex command
This commit is contained in:
@ -138,7 +138,9 @@ integration."
|
|||||||
"Wrapper around `doom/clone-and-narrow-buffer'."
|
"Wrapper around `doom/clone-and-narrow-buffer'."
|
||||||
:move-point nil
|
:move-point nil
|
||||||
(interactive "<r><!>")
|
(interactive "<r><!>")
|
||||||
(doom/clone-and-narrow-buffer beg end bang))
|
(if bang
|
||||||
|
(doom/widen-indirectly-narrowed-buffer bang)
|
||||||
|
(doom/narrow-buffer-indirectly beg end)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +evil/next-beginning-of-method (count)
|
(defun +evil/next-beginning-of-method (count)
|
||||||
|
Reference in New Issue
Block a user