Projects STRLCPY fzf Commits 4138333f
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    CHANGELOG.md
    skipped 5 lines
    6 6  - Preview window is `hidden` by default when there are `preview` bindings but
    7 7   `--preview` command is not given
    8 8  - Fixed bug where `{n}` is not properly reset on `reload`
     9 +- Fixed bug where spinner is not displayed on `reload`
     10 +- Enhancements in tcell renderer for Windows (#2616)
    9 11  - Vim plugin
    10 12   - `sinklist` is added as a synonym to `sink*` so that it's easier to add
    11 13   a function to a spec dictionary
    skipped 5 lines
    17 19   
    18 20   call fzf#run(fzf#wrap(spec))
    19 21   ```
     22 + - Vim 7 compatibility
    20 23   
    21 24  0.27.2
    22 25  ------
    skipped 1151 lines
  • ■ ■ ■ ■
    install
    skipped 1 lines
    2 2   
    3 3  set -u
    4 4   
    5  -version=0.27.2
     5 +version=0.27.3
    6 6  auto_completion=
    7 7  key_bindings=
    8 8  update_config=2
    skipped 375 lines
  • ■ ■ ■ ■
    install.ps1
    1  -$version="0.27.2"
     1 +$version="0.27.3"
    2 2   
    3 3  $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition
    4 4   
    skipped 62 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 "Jun 2021" "fzf 0.27.2" "fzf-tmux - open fzf in tmux split pane"
     24 +.TH fzf-tmux 1 "Oct 2021" "fzf 0.27.3" "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 "Jun 2021" "fzf 0.27.2" "fzf - a command-line fuzzy finder"
     24 +.TH fzf 1 "Oct 2021" "fzf 0.27.3" "fzf - a command-line fuzzy finder"
    25 25   
    26 26  .SH NAME
    27 27  fzf - a command-line fuzzy finder
    skipped 967 lines
Please wait...
Page is in error, reload to recover