Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Once again [0], the implementation details in fzf are completely bogus. For some reason the maintainer believes so much in the Unix philosophy that field index expressions are not allowed in the final returned string [1], which means that the final string we get in the sink is some bullshit like "std::string|/path/to/doc.html". Apparently Unix nerds will automatically jump to awk or cut to handle this stuff. To troll the fzf maintainer, let's use VimScript instead of proper Unix tools. [0] 00022ad [1] junegunn/fzf#1323
- Loading branch information