branch: master
commit 4b505da4536fa4047d3987cba4ecd22b91336c69
Author: Oleh Krehel
Commit: Oleh Krehel
ivy.el (ivy-completing-read): Check for a cons initial-input
---
ivy.el |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/ivy.el b/ivy.el
index 8f882b3..f7e10e6 1
branch: master
commit 69491ad9b1b9e2647d9305e61c76e630993d886a
Author: Oleh Krehel
Commit: Oleh Krehel
Fixup "C-u C-j" for `ivy-switch-buffer'
ivy.el (ivy-immediate-done): Since action-style call is used now,
`ivy--current' must be set to `ivy-test', since it's `ivy--current' th
branch: master
commit e084b5d9feab3dd1246e51ce1fddde3db6024f7d
Author: Oleh Krehel
Commit: Oleh Krehel
swiper.el: Bump version
---
counsel.el |2 +-
ivy.el |1 -
swiper.el |2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/counsel.el b/counsel.el
index c5
branch: master
commit 3c098bd91f3f0bdd5cd20313490f83c41f9c0774
Author: Oleh Krehel
Commit: Oleh Krehel
The :action parameter to ivy-read should take one arg
* ivy.el (ivy-next-line-and-call): Update.
(ivy-previous-line-and-call): Update.
(ivy-read): Update.
(ivy--switch-
branch: master
commit 57ca59122cd8d4d7f52010b9274b8b947808a1cd
Author: Stefan Monnier
Commit: Oleh Krehel
* swiper/ivy.el: Clean up regexps and pseudo-closures
Don't require cl-lib twice.
(ivy-read, ivy--filter): Use closures instead of `(lambda ...).
(ivy--format, ivy--filt
abo_abo pushed a change to branch master.
from 08e02f3 * swiper/ivy.el: Clean up regexps and pseudo-closures
new 57ca591 * swiper/ivy.el: Clean up regexps and pseudo-closures
new 4b505da ivy.el (ivy-completing-read): Check for a cons
initial-input
new c19c5ed
branch: master
commit 9e5e52bedd7a00aa74a23fde92fc713cc7275714
Author: Oleh Krehel
Commit: Oleh Krehel
README.md: Add a secion on Ivy
---
README.md | 14 +-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/README.md b/README.md
index d80cf2b..d70eeaf 100644
---
branch: master
commit 740b7e6f0e7f3dbc7f40600dffccf131c46a3607
Merge: 08e02f3 e084b5d
Author: Oleh Krehel
Commit: Oleh Krehel
Merge commit 'e084b5d9feab3dd1246e51ce1fddde3db6024f7d' from swiper
Conflicts:
packages/swiper/ivy.el
---
packages/swiper/README.md | 14
branch: master
commit c19c5ede8bd44bc40d1c207083974c716f93aee6
Author: Oleh Krehel
Commit: Oleh Krehel
counsel.el (counsel-git): Switch to action-style call
This allows "C-M-n" and "C-M-p" to be used.
Re #114
---
counsel.el | 19 +--
1 files changed, 9 in