Projects STRLCPY fzf Commits e4c3ecc5
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    Makefile
    skipped 101 lines
    102 102   grep -qF $(VERSION) install.ps1
    103 103   
    104 104   # Make release note out of CHANGELOG.md
     105 + mkdir -p tmp
    105 106   sed -n '/^$(VERSION_REGEX)$$/,/^[0-9]/p' CHANGELOG.md | tail -r | \
    106 107   sed '1,/^ *$$/d' | tail -r | sed 1,2d | tee tmp/release-note
    107 108   
    skipped 59 lines
  • ■ ■ ■ ■
    install
    skipped 1 lines
    2 2   
    3 3  set -u
    4 4   
    5  -version=0.27.3
     5 +version=0.28.0
    6 6  auto_completion=
    7 7  key_bindings=
    8 8  update_config=2
    skipped 375 lines
  • ■ ■ ■ ■
    install.ps1
    1  -$version="0.27.3"
     1 +$version="0.28.0"
    2 2   
    3 3  $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition
    4 4   
    skipped 62 lines
  • ■ ■ ■ ■ ■ ■
    main.go
    1 1  package main
    2 2   
    3 3  import (
    4  - "github.com/junegunn/fzf/src"
     4 + fzf "github.com/junegunn/fzf/src"
    5 5   "github.com/junegunn/fzf/src/protector"
    6 6  )
    7 7   
    8  -var version string = "0.27"
     8 +var version string = "0.28"
    9 9  var revision string = "devel"
    10 10   
    11 11  func main() {
    skipped 4 lines
  • ■ ■ ■ ■
    man/man1/fzf-tmux.1
    skipped 20 lines
    21 21  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    22 22  THE SOFTWARE.
    23 23  ..
    24  -.TH fzf-tmux 1 "Oct 2021" "fzf 0.27.3" "fzf-tmux - open fzf in tmux split pane"
     24 +.TH fzf-tmux 1 "Nov 2021" "fzf 0.28.0" "fzf-tmux - open fzf in tmux split pane"
    25 25   
    26 26  .SH NAME
    27 27  fzf-tmux - open fzf in tmux split pane
    skipped 42 lines
Please wait...
Page is in error, reload to recover