]> code.delx.au - gnu-emacs-elpa/commit
Fix the case where file name can contain ~
authorKaushal Modi <kaushal.modi@gmail.com>
Fri, 19 Jun 2015 18:52:33 +0000 (14:52 -0400)
committerKaushal Modi <kaushal.modi@gmail.com>
Fri, 19 Jun 2015 18:52:33 +0000 (14:52 -0400)
commitcdb2b1ae6145e76b1c5b0f7a099ccabc653bb719
treefae83cca40524c292f1944968fd6d1a74f738cc3
parentd466ade1987a9e0e581e3051b773f06e4b74cf0f
Fix the case where file name can contain ~

- The fix make opening files like init.el~ now possible. Earlier,
  hitting that last ~ char switch the dir to ~/
- This commit will now make that cd to ~/ only if ~ is the first char in
  the search term
ivy.el