diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-06-07 11:43:57 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-10 10:47:39 +0700 |
commit | d72f714c4d1fca8b1d89c15788d550019c13b452 (patch) | |
tree | 79204b80f205b6996c46d255c8dfbd32fdb76771 /system/fzf/README | |
parent | b5b39a32a65d672b7d62be805c7a681d85e0301b (diff) |
system/fzf: Updated for version 0.16.8.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/fzf/README')
-rw-r--r-- | system/fzf/README | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/system/fzf/README b/system/fzf/README index d406de9de11e5..0844dad79126f 100644 --- a/system/fzf/README +++ b/system/fzf/README @@ -1,13 +1,5 @@ fzf - A command-line fuzzy finder written in Go -If you'd like to build with the tcell support (24bit colour support), -default no: - -WITH_TCELL=yes ./fzf.SlackBuild - -Please note the caveats mentioned here: -https://github.com/junegunn/fzf/blob/master/BUILD.md#with-tcell - Vim Users: A fzf.vim plugin is installed to /usr/share/vim/vimfiles/plugin. If you'd rather exclude the plugin, or only manually enable it in your vim, you can build with: |