[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 967d046 091/184: ivy-test.el (counsel-yank-pop): Fix on Wi
From: |
Oleh Krehel |
Subject: |
[elpa] master 967d046 091/184: ivy-test.el (counsel-yank-pop): Fix on Windows |
Date: |
Wed, 16 Oct 2019 13:14:57 -0400 (EDT) |
branch: master
commit 967d046286c56db506963a21496fbddeb316295d
Author: Nathan Moreau <address@hidden>
Commit: Oleh Krehel <address@hidden>
ivy-test.el (counsel-yank-pop): Fix on Windows
---
ivy-test.el | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/ivy-test.el b/ivy-test.el
index 0cbf66e..cc6450d 100644
--- a/ivy-test.el
+++ b/ivy-test.el
@@ -1008,14 +1008,15 @@ will bring the behavior in line with the newer Emacsen."
(kill-buffer temp-buffer))))))
(ert-deftest counsel-yank-pop ()
- (let ((kill-ring '("foo")))
- (should (equal
- (ivy-with-temp-buffer '(counsel-yank-pop) "C-m")
- '(4 "foo")))
- (let ((counsel-yank-pop-after-point t))
- (should (equal
- (ivy-with-temp-buffer '(counsel-yank-pop) "C-m")
- '(1 "foo"))))))
+ (should (equal
+ (let ((kill-ring '("foo")))
+ (ivy-with-temp-buffer '(counsel-yank-pop) "C-m"))
+ '(4 "foo")))
+ (should (equal
+ (let ((kill-ring '("foo"))
+ (counsel-yank-pop-after-point t))
+ (ivy-with-temp-buffer '(counsel-yank-pop) "C-m"))
+ '(1 "foo"))))
(ert-deftest ivy-read-file-name-in-buffer-visiting-file ()
"Test `ivy-immediate-done' command in `read-file-name' without any editing in
- [elpa] master 44c4bab 057/184: Restore use-ignore setting on ivy-resume, (continued)
- [elpa] master 44c4bab 057/184: Restore use-ignore setting on ivy-resume, Oleh Krehel, 2019/10/16
- [elpa] master d3e4514 063/184: Remove obsolete aliases older than one year, Oleh Krehel, 2019/10/16
- [elpa] master 0be5b58 067/184: ivy.el (ivy-partial): Don't rely on subr-x, Oleh Krehel, 2019/10/16
- [elpa] master a986e4e 071/184: ivy.el (ivy--yank-handle-case-fold): Add, Oleh Krehel, 2019/10/16
- [elpa] master e41cbec 073/184: ivy.el (ivy-immediate-done): Fix parent dirs for read-directory-name, Oleh Krehel, 2019/10/16
- [elpa] master 3256447 076/184: ivy.el (ivy--partial-cd-for-single-directory): Extract, Oleh Krehel, 2019/10/16
- [elpa] master 03b3f82 075/184: ivy.el (ivy-partial): Use ivy--filter in place of all-completions, Oleh Krehel, 2019/10/16
- [elpa] master daf4683 081/184: ivy.el (ivy--directory-done): Inhibit distracting TRAMP message for /sudo::, Oleh Krehel, 2019/10/16
- [elpa] master 9e03f36 095/184: ivy-test.el: Turn two tests back on, Oleh Krehel, 2019/10/16
- [elpa] master 4b7b075 093/184: ivy-test.el (ivy-test-inhibit-message): Add, Oleh Krehel, 2019/10/16
- [elpa] master 967d046 091/184: ivy-test.el (counsel-yank-pop): Fix on Windows,
Oleh Krehel <=
- [elpa] master cfbf481 089/184: Lazy load ffap, Oleh Krehel, 2019/10/16
- [elpa] master 464875a 103/184: counsel.el (counsel-mark-ring): Refactor for reducing nested let, Oleh Krehel, 2019/10/16
- [elpa] master 0c1901e 100/184: ivy.el (ivy--regex-ignore-order): Fix docstring, Oleh Krehel, 2019/10/16
- [elpa] master 6905e6c 097/184: counsel.el (counsel--rg-targets): Adjust for ivy-occur buffers, Oleh Krehel, 2019/10/16
- [elpa] master e6171e2 098/184: ivy-hydra.el (ivy-dispatching-done-hydra): Fix for ivy-resume, Oleh Krehel, 2019/10/16
- [elpa] master 943eb01 108/184: counsel.el (counsel-mark-ring): Goto actual point instead of line, Oleh Krehel, 2019/10/16
- [elpa] master 36045f7 003/184: doc/Changelog.org: Fixup, Oleh Krehel, 2019/10/16
- [elpa] master 4389a26 056/184: ivy-overlay.el (ivy-overlay-show-after): Check window height better, Oleh Krehel, 2019/10/16
- [elpa] master 1332ab0 068/184: counsel.el (counsel-compile-env-pattern): Fix regex typo, Oleh Krehel, 2019/10/16
- [elpa] master beb3aee 080/184: ivy.el (ivy--directory-done): Handle "/ C-j" on remote, Oleh Krehel, 2019/10/16