fzf/test
Junegunn Choi e85a8a68d0
Allow escaping meta characters with backslashes
One can escape meta characters in extended-search mode with backslashes.

  Prefixes:
    \'
    \!
    \^

  Suffix:
    \$

  Term separator:
    \<SPACE>

To keep things simple, we are not going to support escaping of escaped
sequences (e.g. \\') for matching them literally.

Since this is a breaking change, we will bump the minor version.

Close #444
2017-08-09 23:28:47 +09:00
..
fzf.vader [vim] Fix vader test cases 2017-08-04 19:25:06 +09:00
test_go.rb Allow escaping meta characters with backslashes 2017-08-09 23:28:47 +09:00