| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
install -D creates the directories so removed mkdir:
$ install --help 2>&1 | grep -- -D
-D Create leading target directories
|
| |
|
|
|
|
|
| |
https://github.com/junegunn/fzf/blob/master/README-VIM.md
Basic integration for Vim/Neovim
|
|
|
|
| |
fzf no longer provides a glide file itself, so we now need to supply our own.
|
| |
|
| |
|
|
|
|
| |
it is already disabled on aarch64 and armhf
|
| |
|
|
|
|
| |
Makefile:56: *** "Build on aarch64 is not supported, yet.". Stop.
|
|
|
|
|
| |
build fails with:
Makefile:56: *** "Build on s390x is not supported, yet.". Stop.
|
|
|
|
| |
* fixes #9575
|
|
|
|
|
|
| |
Upgrade and drop '*-doc' package, moving keybindings to their respective
shell completions package. This will make them consistent with their
descriptions.
|
|
|
|
|
|
|
|
| |
d5cfcd38e disabled vetting while running the test suite due to failures
because of an update in Go.
This has now been fixed upstream, so enable vetting again by removing
the relevant patch.
|
| |
|
|
|
|
|
|
|
| |
All the shell scripts are now bundled in a single 'extras' subpackage
but standard is to create per shell subpackage.
Make it so.
|
|
|
|
|
|
|
|
|
|
|
| |
Since Go 1.10, they enabled vetting by default when running tests. This
reveals issues in the thests which should be fixed upstream, but for
now, disable vetting to let the tests pass again.
An upstream issue[0] has been created. Untill then, apply a patch to the
Makefile to disable vetting.
[0]: https://github.com/junegunn/fzf/issues/1236
|
| |
|
| |
|
|
|