Subject: CVS commit: pkgsrc/sysutils/fzf
From: Thomas Klausner
Date: 2021-11-01 19:38:38
Message id: 20211101183838.ECB31FAEC@cvs.NetBSD.org

Log Message:
fzf: update to 0.27.3.

0.27.3
------
- Preview window is `hidden` by default when there are `preview` bindings but
  `--preview` command is not given
- Fixed bug where `{n}` is not properly reset on `reload`
- Fixed bug where spinner is not displayed on `reload`
- Enhancements in tcell renderer for Windows (#2616)
- Vim plugin
    - `sinklist` is added as a synonym to `sink*` so that it's easier to add
      a function to a spec dictionary
      ```vim
      let spec = { 'source': 'ls', 'options': ['--multi', '--preview', 'cat {}'] }
      function spec.sinklist(matches)
        echom string(a:matches)
      endfunction

      call fzf#run(fzf#wrap(spec))
      ```
    - Vim 7 compatibility

Files:
RevisionActionfile
1.44modifypkgsrc/sysutils/fzf/Makefile
1.11modifypkgsrc/sysutils/fzf/distinfo
1.2modifypkgsrc/sysutils/fzf/go-modules.mk