Projects STRLCPY fzf Commits fc7630a6
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    CHANGELOG.md
    skipped 7 lines
    8 8   - `nohidden`
    9 9   - `nowrap`
    10 10   - `default`
     11 +- Built with Go 1.14.9 due to performance regression
     12 + - https://github.com/golang/go/issues/40727
    11 13   
    12 14  0.23.0
    13 15  ------
    skipped 933 lines
  • ■ ■ ■ ■
    install
    skipped 1 lines
    2 2   
    3 3  set -u
    4 4   
    5  -version=0.23.0
     5 +version=0.23.1
    6 6  auto_completion=
    7 7  key_bindings=
    8 8  update_config=2
    skipped 379 lines
  • ■ ■ ■ ■
    install.ps1
    1  -$version="0.23.0"
     1 +$version="0.23.1"
    2 2   
    3 3  if ([Environment]::Is64BitProcess) {
    4 4   $binary_arch="amd64"
    skipped 70 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 2020" "fzf 0.23.0" "fzf-tmux - open fzf in tmux split pane"
     24 +.TH fzf-tmux 1 "Oct 2020" "fzf 0.23.1" "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
  • ■ ■ ■ ■
    man/man1/fzf.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 1 "Oct 2020" "fzf 0.23.0" "fzf - a command-line fuzzy finder"
     24 +.TH fzf 1 "Oct 2020" "fzf 0.23.1" "fzf - a command-line fuzzy finder"
    25 25   
    26 26  .SH NAME
    27 27  fzf - a command-line fuzzy finder
    skipped 826 lines
  • ■ ■ ■ ■
    src/constants.go
    skipped 9 lines
    10 10   
    11 11  const (
    12 12   // Current version
    13  - version = "0.23.0"
     13 + version = "0.23.1"
    14 14   
    15 15   // Core
    16 16   coordinatorDelayMax time.Duration = 100 * time.Millisecond
    skipped 70 lines
Please wait...
Page is in error, reload to recover