]> code.delx.au - gnu-emacs-elpa/commit
Allow to quote spaces while matching
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 1 May 2015 18:28:21 +0000 (20:28 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 1 May 2015 18:30:02 +0000 (20:30 +0200)
commitd0b6e946fe0f83d1cfb644fda413b61af40541fd
tree833f9b2b1025109db1fc0a8f339587e929f8cd0e
parent0353b9f080197fd278ff716c8990be7bbf452165
Allow to quote spaces while matching

* ivy.el (ivy--split): New defun.

Use (ivy--split str) in place of (split-string str " +" t).
Allows to "quote" N spaces by inputting N+1 spaces.
ivy.el