Make +evil:copy-this-file autoload interactively
This commit is contained in:
parent
79e5a27fab
commit
fcac85fc86
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ overwrite the destination file if it exists, without confirmation."
|
|||
(user-error "No new path was specified"))
|
||||
(doom/move-this-file new-path force-p))
|
||||
|
||||
;;;###autoload (autoload '+evil:copy-this-file "editor/evil/autoload/files" nil nil)
|
||||
;;;###autoload (autoload '+evil:copy-this-file "editor/evil/autoload/files" nil t)
|
||||
(evil-define-command +evil:copy-this-file (new-path &optional force-p)
|
||||
"Copy current buffer's file to NEW-PATH. Replaces %, # and other vim-esque
|
||||
filename modifiers (see `+evil*ex-replace-special-filenames'). If FORCE-P,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue