diff --git a/evil-commands.el b/evil-commands.el index d44d3ab7..cee16088 100644 --- a/evil-commands.el +++ b/evil-commands.el @@ -3271,6 +3271,7 @@ FILENAME is given, the current file name is used." "Open FILE. If no FILE is specified, reload the current buffer from disk." :repeat nil + :jump t (interactive "") (if file (find-file file)