diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2018-04-12 17:49:52 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2018-04-12 17:49:52 +0900 |
| commit | f57920ad903105381b02502580be2bb11e4e6714 (patch) | |
| tree | a2e92a8bb9925b842a34c19c6e6e3ebc2d00bf8f /plugin/fzf.vim | |
| parent | 7dbbbef51afe071f9a725cf7dccf4fb2aafd8e3f (diff) | |
| download | fzf-f57920ad903105381b02502580be2bb11e4e6714.tar.gz | |
Do not print non-displayable characters
fzf used to print non-displayable characters (ascii code < 32) as '?',
but we will simply ignore those characters with this patch, just like
our terminals do.
\n and \r are exceptions. They will be printed as a space character.
TODO: \H should delete the preceding character, but this is not implemented.
Related: #1253
Diffstat (limited to 'plugin/fzf.vim')
0 files changed, 0 insertions, 0 deletions
