Skip to content

Commit

Permalink
use (point-marker) instead, which is more accurate in some cases.
Browse files Browse the repository at this point in the history
resolves #14.
  • Loading branch information
bling committed Aug 27, 2015
1 parent 29ae1dd commit e960dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evil-jumper.el
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Note: The value of `evil-jumper-file' must also be non-nil."
(nbutlast target-list 1))
(let ((file-name (buffer-file-name))
(buffer-name (buffer-name))
(current-pos (point))
(current-pos (point-marker))
(first-pos nil)
(first-file-name nil)
(excluded nil))
Expand Down

0 comments on commit e960dfc

Please sign in to comment.