mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-01-29 18:18:35 +00:00
0580fe9046
* Don't do shell quoting for weird chars This would prevent tabs from being escaped as `$'\t'` (definitely not what I would want to see as initial value in the search). * Do different escape.