Commit Graph

  • 9d2c6a95f4
    Revert "[bash] Do not append space when path completion is cancelled" Junegunn Choi 2017-07-31 14:08:17 +0900
  • 376a76d1d3
    [bash] Do not append space when path completion is cancelled Junegunn Choi 2017-07-30 21:51:44 +0900
  • 1fcc07e54e
    [vim] Fix escape of backslash in s:shortpath Jan Edmund Lazo 2017-07-29 20:38:58 -0400
  • 8db3345c2f
    Optimize exact match by applying the same trick for fuzzy match Junegunn Choi 2017-07-30 18:15:02 +0900
  • 69aa2fea68
    Optimize fuzzy search performance for ASCII strings Junegunn Choi 2017-07-30 17:31:50 +0900
  • 298749bfcd
    Update README Junegunn Choi 2017-07-29 17:12:46 +0900
  • f1f31baae1
    Update README: Missing TOC Junegunn Choi 2017-07-29 17:10:00 +0900
  • e1c8f19e8f
    Update README: Advanced topics Junegunn Choi 2017-07-29 17:08:51 +0900
  • 5e302c70e9
    Update README: rg intead of pt Junegunn Choi 2017-07-29 15:41:55 +0900
  • 4c5a679066
    Make deselect-all instantaneous Junegunn Choi 2017-07-28 13:13:03 +0900
  • 41f0b2c354 Add MinGW on Windows to install script (#998) Andrew Halberstadt 2017-07-27 23:22:33 -0400
  • a0a3c349c9
    Update preview window when selection has changed Junegunn Choi 2017-07-28 01:39:25 +0900
  • bc3983181d Update fish comments, because 2.6.0 was released (#991) Alexey Shamrin 2017-07-25 13:10:34 +0300
  • 980b58ef5a
    Update README Junegunn Choi 2017-07-23 22:07:24 +0900
  • a2604c0963
    [nvim] Disable number in fzf buffer Junegunn Choi 2017-07-23 13:12:15 +0900
  • 6dbc108da2
    0.16.10 Junegunn Choi 2017-07-21 18:41:11 +0900
  • bd98f988f0
    Further reduce unnecessary rune array conversion Junegunn Choi 2017-07-21 17:29:14 +0900
  • 06301c7847
    Fix regression: ANSI color in preview window not cleared Junegunn Choi 2017-07-21 16:43:00 +0900
  • 18a1aeaa91
    0.16.9 Junegunn Choi 2017-07-21 00:08:55 +0900
  • c9f16b6430
    Avoid unconditionally storsing input as runes Junegunn Choi 2017-07-20 02:44:30 +0900
  • bc9d2abdb6
    Improve preview window rendering Junegunn Choi 2017-07-19 22:46:16 +0900
  • 28810c178f
    Optimize ANSI code scanner Junegunn Choi 2017-07-19 21:49:41 +0900
  • a9e64efe45
    Fix regression: output printed on alternate screen Junegunn Choi 2017-07-19 13:17:06 +0900
  • 6b5886c034
    Adjust --no-clear option for repetitive relaunching Junegunn Choi 2017-07-18 20:50:38 +0900
  • 7727ad43af
    [vim] Use fnameescape to escape command line arguments Junegunn Choi 2017-07-18 16:33:58 +0900
  • bbe10f4f77
    Consolidate Result and rank structs Junegunn Choi 2017-07-18 03:10:49 +0900
  • 5e72709613
    Speed up initial scanning with bitwise AND operation Junegunn Choi 2017-07-18 02:17:05 +0900
  • 9e85cba0d0
    Reduce memory footprint of Item struct Junegunn Choi 2017-07-16 23:31:19 +0900
  • 4b59ced08f
    Add gopath to gitignore Junegunn Choi 2017-07-16 22:12:33 +0900
  • 8dbdd55730
    Refactor cache lookup Junegunn Choi 2017-07-15 19:35:27 +0900
  • 6725151a99
    Remove unnecessary copy of Chunk slice Junegunn Choi 2017-07-15 16:58:21 +0900
  • d4f3d5a164
    Remove pointer indirection by changing Chunk definition Junegunn Choi 2017-07-15 12:28:29 +0900
  • 7b5ccc45bc [fish] Fix ctrl-r regression in versions <2.4 (#972) Tom Fitzhenry 2017-07-15 19:50:23 +1000
  • 940214a1a2 [neovim] Fix lcd when fzf job exits on Windows (#970) Jan Edmund Lazo 2017-07-09 13:06:13 -0400
  • 68bd410159 [vim] Don't pipe FZF_DEFAULT_COMMAND in Windows (#969) Jan Edmund Lazo 2017-07-09 00:08:16 -0400
  • b13fcfd831
    Add missing --no-expect flag Junegunn Choi 2017-07-04 23:02:08 +0900
  • 07ef2b051c
    Print [ERROR] on info line when the default command failed Junegunn Choi 2017-07-01 01:13:15 +0900
  • 3fc795340d
    Fix test failulre with non-zero pane-base-index Junegunn Choi 2017-07-01 01:05:47 +0900
  • 70cfa6af13 [fish] Accept starting dir for <M-c> key binding (#944) John Nguyen 2017-06-25 05:16:15 -0700
  • dbcaec59ae [fish] Support multiline commands (#954) Tom Fitzhenry 2017-06-25 22:09:51 +1000
  • faedae708e
    Fix FZF_CTRL_T_COMMAND example for fish Junegunn Choi 2017-06-23 01:50:45 +0900
  • 0c66521b23
    Fix handling of bracketed paste mode Junegunn Choi 2017-06-22 02:35:57 +0900
  • bf92862459
    Update man page: missing name "border" for --color Junegunn Choi 2017-06-20 14:15:11 +0900
  • 1a68698d76 [fish] Fix <C-t> completion for current dir search (#946) John Nguyen 2017-06-12 02:24:45 -0700
  • 842a73357c
    [fish] Fix CTRL-T with paths that don't start with ./ Junegunn Choi 2017-06-10 13:34:49 +0900
  • 5efdeccdbb
    [vim] Expand 'dir' on Cygwin to handle Windows-style paths Junegunn Choi 2017-06-09 12:00:59 +0900
  • 050777b8c4 [vim] Uncomment test case to escape % in cmd.exe (#941) Jan Edmund Lazo 2017-06-07 21:25:35 -0400
  • a4d78e2200 Update CHANGELOG with unix-line-discard+top (#940) Uri Gorelik 2017-06-07 21:02:34 -0400
  • b49f22cdf9
    0.16.8 Junegunn Choi 2017-06-05 23:21:50 +0900
  • 7e483b0c25 [vim] Add support for Cygwin (#933) Jan Edmund Lazo 2017-06-05 00:54:47 -0400
  • 3cf9ae04c7
    [fzf-tmux] Fix cleanup of temporary files Junegunn Choi 2017-06-04 23:24:57 +0900
  • bf0cb4bfe2
    Use find as the default command on Cygwin environment Junegunn Choi 2017-06-04 16:23:47 +0900
  • 773133c4ce
    [vim] Allow running install --bin on Cygwin Junegunn Choi 2017-06-04 15:15:46 +0900
  • ca0b3b6fd7
    Fixes for Cygwin Junegunn Choi 2017-06-03 19:47:53 +0900
  • f4731c0514
    Merge branch 'master' into devel Junegunn Choi 2017-06-03 19:42:26 +0900
  • 34f16e5b7d
    Fix Makefile and install script for the new project layout Junegunn Choi 2017-06-02 18:19:21 +0900
  • 83e9af6601
    Add git revision to --version output Junegunn Choi 2017-06-02 17:57:28 +0900
  • 8bbf9335e1
    Restructuring: main package in project root Junegunn Choi 2017-06-02 16:32:15 +0900
  • 159f30b37f
    Merge branch 'glide' of https://github.com/hinshun/fzf into hinshun-glide Junegunn Choi 2017-06-02 13:35:40 +0900
  • 2e3dc75425
    Fix inconsistent tiebreak scores when --nth is used Junegunn Choi 2017-06-02 13:25:35 +0900
  • 7d3575b362
    Use glide to handle go dependencies Edgar Lee 2017-06-01 16:27:17 -0700
  • 35d407021c
    [vim] Replace invalid s:escape calls with fzf#shellescape Junegunn Choi 2017-05-31 23:59:11 +0900
  • 076f49d447
    [vim] Make sure to delete temporary batchfile on Windows Junegunn Choi 2017-05-31 10:03:23 +0900
  • 0665fe0413
    [vim] Remove unnecessary ternary expression Junegunn Choi 2017-05-31 10:02:04 +0900
  • 669a6fee40 [vim] Use utf-8 for cmd.exe (#929) Jan Edmund Lazo 2017-05-30 20:56:01 -0400
  • 8aab0fc189 [vim] Replace s:fzf_shellescape and s:shellesc with fzf#shellescape (#916) Jan Edmund Lazo 2017-05-28 21:06:06 -0400
  • 5d6eb5bfd6
    Respect ANSI color state from the previous line in preview output Junegunn Choi 2017-05-28 02:26:42 +0900
  • cf4711d878
    Fix display of tab characters in --prompt Junegunn Choi 2017-05-26 19:02:49 +0900
  • 21d664d670
    Update extra bash completion example Junegunn Choi 2017-05-25 19:09:04 +0900
  • ab182e276b Use read syscall directly to get character (#931) Tw 2017-05-24 11:36:59 -0500
  • 96a3250152
    Update test case for --cycle Junegunn Choi 2017-05-24 13:20:13 +0900
  • f5746002fd
    Do not "--cycle" on page-up/page-down Junegunn Choi 2017-05-24 02:43:39 +0900
  • e1e3339770
    Implement bindable "change" event and "top" action Junegunn Choi 2017-05-22 17:07:05 +0900
  • 3a5086796d
    [vim] Prevent 'wildignore' from affecting expand() (#917) Junegunn Choi 2017-05-22 01:23:59 +0900
  • 11300913a4
    [vim] Do not expand s:fzf_go Junegunn Choi 2017-05-22 01:04:04 +0900
  • e65f14cbed Update README: Add table of contents (#927) Aurelien Rainone 2017-05-20 12:08:56 +0200
  • 6898849e3e Mention that the fish bug has been fixed (#912) Theodore Dubois 2017-05-04 18:48:28 -0700
  • 2d61691bb2
    0.16.7 Junegunn Choi 2017-04-30 11:54:40 +0900
  • eba9e04e2e
    Export FZF_PREVIEW_HEIGHT instead of FZF_HEIGHT Junegunn Choi 2017-04-30 11:36:23 +0900
  • 33f32de690
    Merge branch 'master' into devel Junegunn Choi 2017-04-30 11:23:42 +0900
  • 93b8f61551
    [vim] Export $FZF_HEIGHT for previewer scripts Junegunn Choi 2017-04-30 11:18:56 +0900
  • 7f17a9d1b4
    Update mattn/go-shellwords Junegunn Choi 2017-04-30 00:47:44 +0900
  • d34e4cf698
    Support CTRL-Z (SIGSTOP) Junegunn Choi 2017-04-28 22:58:08 +0900
  • 6b592137b9
    Add support for ctrl-alt-[a-z] key chords Junegunn Choi 2017-04-28 02:36:36 +0900
  • d5e72bf55d
    Update README-VIM: options as list (#896) Junegunn Choi 2017-04-28 02:09:55 +0900
  • 5677e5e133
    [fish] Fix ~/.config/fish/functions/fish_user_key_bindings.fish Junegunn Choi 2017-04-28 01:57:38 +0900
  • 7a11a06cbd [vim] Use backslash for Windows filepaths (#896) Jan Edmund Lazo 2017-04-21 22:30:51 -0400
  • a5862d4b9c
    [bash-completion] Use -o dirnames instead of -o plusdirs Junegunn Choi 2017-04-11 22:21:16 +0900
  • a50909e806
    Correction: fzf no longer depends on ncurses Junegunn Choi 2017-04-06 02:08:49 +0900
  • 7c8f7d3f20 [fzf-tmux] Close with exit code 130 when tmux pane is killed Kouki Higashikawa 2017-04-03 11:49:54 +0900
  • 9078197446
    Add --version to --help output and man page Junegunn Choi 2017-04-02 11:30:22 +0900
  • 0fe07cf9fe
    Update README.md Junegunn Choi 2017-04-02 10:47:06 +0900
  • 2216169ca1
    Update doc/fzf.txt accordingly Junegunn Choi 2017-04-01 12:19:39 +0900
  • 50e989ca85
    Update example in README-VIM Junegunn Choi 2017-04-01 12:06:25 +0900
  • fa1fc3d855
    Add vim doc Junegunn Choi 2017-04-01 12:00:30 +0900
  • bbe696e925 [fzf-tmux] Fix issue with zoomed pane on fish (#891) 五所和哉 2017-04-01 11:09:46 +0900
  • 5d12f523a3 Add chocolatey upgrade instruction to Readme (#890) Miodrag Milić 2017-03-29 18:59:41 +0200
  • d295d20dc4 fzf#run: improve "is already running" message (#885) Daniel Hahler 2017-03-27 06:41:39 +0200
  • 2ba10071c9 Add support for IPv6 addresses in ssh completion (#877) Sam Van Den Berge 2017-03-20 17:06:13 +0100
  • 505dc0491b Make install script to work with non GNU tar (#871) Christian Sturm 2017-03-10 15:22:37 +0100