Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/fzf: properly split shell scripts | Kevin Daudt | 2018-03-11 | 1 | -12/+30 |
| | | | | | | | All the shell scripts are now bundled in a single 'extras' subpackage but standard is to create per shell subpackage. Make it so. | ||||
* | community/fzf: disable vetting in tests | Kevin Daudt | 2018-03-11 | 2 | -3/+18 |
| | | | | | | | | | | | 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 | ||||
* | community/fzf: fix whitespace inconsitencies | Kevin Daudt | 2018-03-11 | 1 | -4/+4 |
| | |||||
* | community/fzf: add shell scripts as a subpackage | Kevin Daudt | 2018-02-20 | 1 | -1/+9 |
| | |||||
* | testing/fzf: move to community | Kevin Daudt | 2018-02-20 | 2 | -0/+62 |