feature/evil: update docstring of +evil/reselect-paste
This commit is contained in:
parent
d7889e69b3
commit
8451c4519c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +evil/reselect-paste ()
|
(defun +evil/reselect-paste ()
|
||||||
"Go back into visual mode and reselect the last pasted region."
|
"Return to visual mode and reselect the last pasted region."
|
||||||
(interactive)
|
(interactive)
|
||||||
(cl-destructuring-bind (_ _ _ beg end &optional _)
|
(cl-destructuring-bind (_ _ _ beg end &optional _)
|
||||||
evil-last-paste
|
evil-last-paste
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue