]> code.delx.au - gnu-emacs-elpa/commit
ivy.el (ivy--filter): Try directory expansion with "/"
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 21 Apr 2015 16:12:54 +0000 (18:12 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 21 Apr 2015 16:12:54 +0000 (18:12 +0200)
commitdd559adcf15b6c2fb8f9ee9adb5e43721570bb94
tree83ca69934abfdc52970564fb60c3720b5025cca4
parent4adc07474f7fb0feb608327483bb47f6724925bd
ivy.el (ivy--filter): Try directory expansion with "/"

* ivy.el (ivy--filter): If candidate is "x" and completing file names,
  check if "x/" is among the candidates, and if so, set `ivy--index'
  accordingly.

Re #50
ivy.el