Commit Graph

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