Projects STRLCPY fzf Commits 6654239c
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    CHANGELOG.md
    skipped 4 lines
    5 5  ------
    6 6  - Added `close` action
    7 7   - Close preview window if open, abort fzf otherwise
     8 +- Bug fixes and improvements
    8 9   
    9 10  0.25.0
    10 11  ------
    skipped 1072 lines
  • ■ ■ ■ ■
    install
    skipped 1 lines
    2 2   
    3 3  set -u
    4 4   
    5  -version=0.25.0
     5 +version=0.25.1
    6 6  auto_completion=
    7 7  key_bindings=
    8 8  update_config=2
    skipped 374 lines
  • ■ ■ ■ ■
    install.ps1
    1  -$version="0.25.0"
     1 +$version="0.25.1"
    2 2   
    3 3  $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition
    4 4   
    skipped 62 lines
Please wait...
Page is in error, reload to recover