Skip to content

Commit

Permalink
t1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdl89 committed Jul 12, 2024
1 parent d5d5152 commit 55dd46e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions evil-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -9732,9 +9732,9 @@ parameter set."
"[z] z z z z z z"
("\C-i")
"new buffe[r]")
(delete-file temp-file)
(with-current-buffer (get-file-buffer temp-file)
(set-buffer-modified-p nil))
;(delete-file temp-file)
;; (with-current-buffer (get-file-buffer temp-file)
;; (set-buffer-modified-p nil))
(let ((buf (file-name-nondirectory temp-file)))
(when (get-buffer buf) (kill-buffer buf))))))
(ert-info ("Jump multiple times between files")
Expand Down

0 comments on commit 55dd46e

Please sign in to comment.