m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 17:43:42 -05:00

Commit Graph

  • fd6bc7308f [vim] Use s:execute_term in Windows Jan Edmund Lazo 2017-09-03 15:44:01 -04:00
  • 6c41c95f28 [vim] s:execute_term works in GVim on Windows Jan Edmund Lazo 2017-08-27 00:55:14 -04:00
  • 446e04469d [neovim] use batchfile for s:execute_term in Windows Jan Edmund Lazo 2017-08-21 21:54:33 -04:00
  • 5097e563df [neovim] Fix terminal buffer marker on Windows Michael Smith 2017-08-26 20:10:01 -04:00
  • c7ad97c641 [neovim] use terminal in Windows for v0.2.1+ Jan Edmund Lazo 2017-08-16 21:27:10 -04:00
  • 9516fe3324 [install] Add --no-{bash,zsh,fish} Junegunn Choi 2017-09-03 11:45:22 +09:00
  • 20cdbac8c3 [install] Ignore user-defined grep aliases Junegunn Choi 2017-09-03 11:38:22 +09:00
  • e3e7b3360c Delete ncurses implementation Junegunn Choi 2017-09-02 03:19:50 +09:00
  • 655dfb8328 [fzf-tmux] Remove cat command Junegunn Choi 2017-09-01 18:46:00 +09:00
  • 9b9c67b768 [fzf-tmux] Add pane_height/pane_width fallback (#1037) Mike Hearn 2017-08-31 22:16:00 -04:00
  • 5b7457ff08 [install] Wait for a linefeed when asking for confirmation Junegunn Choi 2017-09-01 02:43:44 +09:00
  • 48adad5454 [neovim] Set &shell to sh (again) after opening a new window Junegunn Choi 2017-08-30 18:58:28 +09:00
  • b27dc3eb17 [vim] Add parens around piped source commands (#1029) Jack O'Connor 2017-08-28 09:32:13 -04:00
  • e89eebb7ba 0.17.0 0.17.0 Junegunn Choi 2017-08-27 03:32:21 +09:00
  • fee404399a Make --expect additive Junegunn Choi 2017-08-27 02:19:39 +09:00
  • 6b4805ca1a Optimize rank comparison on x86 (little-endian) Junegunn Choi 2017-08-26 21:58:18 +09:00
  • 159699b5d7 Remove an unnecessary code branch Junegunn Choi 2017-08-26 20:09:46 +09:00
  • af809c9661 Minor refactorings Junegunn Choi 2017-08-26 03:24:42 +09:00
  • 329de8f416 [fzf-tmux] Execute trap with bash instead of the default shell Junegunn Choi 2017-08-26 02:51:19 +09:00
  • e825b07e85 [neovim] Allow running FZF in multiple windows Junegunn Choi 2017-08-26 01:56:49 +09:00
  • 71fdb99a07 Remove bound checkings in inner loops Junegunn Choi 2017-08-26 01:28:39 +09:00
  • 55ee4186aa Ignore EvtReadNew if EvtReadFin is already set Junegunn Choi 2017-08-20 14:29:50 +09:00
  • 941b0a0ff7 Minor optimization of FuzzyMatchV2 Junegunn Choi 2017-08-20 04:06:21 +09:00
  • 6aae12288e Extract debug code from FuzzyMatchV2 Junegunn Choi 2017-08-20 03:51:53 +09:00
  • 302cc552ef Remove unused clear arguments of alloc16 and alloc32 Junegunn Choi 2017-08-20 03:45:17 +09:00
  • a2a4df0886 Pass util.Chars by pointer Junegunn Choi 2017-08-20 03:33:55 +09:00
  • 3399e39968 [vim] Escape backslashes in fzf#shellescape (#1021) Jan Edmund Lazo 2017-08-19 23:28:36 -04:00
  • 87874bba88 Remove redundant read event when --sync is used Junegunn Choi 2017-08-20 01:58:51 +09:00
  • c304fc4333 Delay slab allocation Junegunn Choi 2017-08-19 12:14:48 +09:00
  • 6977cf268f Limit search scope of uppercase letter Junegunn Choi 2017-08-18 05:30:13 +09:00
  • 931c78a70c Short-circuit ANSI processing if no ANSI codes are found Junegunn Choi 2017-08-18 03:04:11 +09:00
  • 8d23646fe6 Revert "Short-circuit ANSI processing if no ANSI codes are found" Junegunn Choi 2017-08-17 19:12:44 +09:00
  • 656963e018 Short-circuit ANSI processing if no ANSI codes are found Junegunn Choi 2017-08-17 19:11:56 +09:00
  • 644277faf1 Linuxbrew can install fzf Junegunn Choi 2017-08-17 16:57:02 +09:00
  • 0558dfee79 Remove count field from ChunkList Junegunn Choi 2017-08-16 12:26:06 +09:00
  • 487c8fe88f Make Reader event notification asynchronous Junegunn Choi 2017-08-16 03:24:23 +09:00
  • 0d171ba1d8 Remove special nilItem Junegunn Choi 2017-08-15 01:10:41 +09:00
  • 2069bbc8b5 [vim] Allow Funcref in g:fzf_action Junegunn Choi 2017-08-14 16:22:07 +09:00
  • 053d628b53 Add MinGW 64 to install fzf in Windows 64-bit (#1015) Jan Edmund Lazo 2017-08-13 10:20:06 -04:00
  • 6bc592e6c9 Update FuzzyMatchV1 to use skip optimization used in V2 Junegunn Choi 2017-08-12 00:28:30 +09:00
  • 6c76d8cd1c Disallow escaping of meta characters except for spaces Junegunn Choi 2017-08-11 13:09:33 +09:00
  • a09e411936 Treat | as proper query when it can't be an OR operator Junegunn Choi 2017-08-11 00:07:18 +09:00
  • 02a7b96f33 Treat $ as proper search query Junegunn Choi 2017-08-10 23:59:40 +09:00
  • e55e029ae8 Build cache key for a pattern only once Junegunn Choi 2017-08-10 23:18:52 +09:00
  • 6b18b144cf Fix escaping of meta characters after ' or ! prefix Junegunn Choi 2017-08-10 12:40:53 +09:00
  • 6d53089cc1 Allow escaping term starting with | Junegunn Choi 2017-08-09 23:33:20 +09:00
  • e85a8a68d0 Allow escaping meta characters with backslashes Junegunn Choi 2017-08-09 23:25:32 +09:00
  • dc55e68524 Remove unnecessary SCP (Save Cursor Position) Junegunn Choi 2017-08-09 01:58:09 +09:00
  • 462c68b625 [vim] Fix issues with other plugins changing working directory Junegunn Choi 2017-08-09 01:54:01 +09:00
  • 999d374f0c Fix invalid cache lookups Junegunn Choi 2017-08-08 13:22:30 +09:00
  • b208aa675e Update Travis build to run on Trusty Junegunn Choi 2017-08-05 04:28:43 +09:00
  • 2b98fee136 Fix Travis CI build Junegunn Choi 2017-08-04 23:29:02 +09:00
  • e5e75efebc [vim] Fix vader test cases Junegunn Choi 2017-08-04 19:25:06 +09:00
  • 4a4fef2daf Update performance comparison chart Junegunn Choi 2017-08-04 09:28:29 +09:00
  • ecb6b234cc 0.16.11 0.16.11 Junegunn Choi 2017-08-02 02:44:06 +09:00
  • 39dbc8acdb Exit 2 instead of panic when failed to open /dev/tty Junegunn Choi 2017-08-02 02:50:12 +09:00
  • a56489bc7f Remove non-exclusive access to ChunkList field Junegunn Choi 2017-08-02 00:09:00 +09:00
  • 99927c7071 Modify loop conditions in checkAscii function Junegunn Choi 2017-08-01 22:04:42 +09:00
  • 3e28403978 [man] Add note on --no- convention Junegunn Choi 2017-08-01 21:34:44 +09:00
  • 37370f057f Do not use defer in performance-sensitive contexts Junegunn Choi 2017-08-01 03:39:57 +09:00
  • f4b46fad27 Inline function calls in a tight loop Junegunn Choi 2017-07-31 03:21:35 +09:00
  • 9d2c6a95f4 Revert "[bash] Do not append space when path completion is cancelled" Junegunn Choi 2017-07-31 14:08:17 +09:00
  • 376a76d1d3 [bash] Do not append space when path completion is cancelled Junegunn Choi 2017-07-30 21:51:44 +09:00
  • 1fcc07e54e [vim] Fix escape of backslash in s:shortpath Jan Edmund Lazo 2017-07-29 20:38:58 -04:00
  • 8db3345c2f Optimize exact match by applying the same trick for fuzzy match Junegunn Choi 2017-07-30 18:15:02 +09:00
  • 69aa2fea68 Optimize fuzzy search performance for ASCII strings Junegunn Choi 2017-07-30 17:31:50 +09:00
  • 298749bfcd Update README Junegunn Choi 2017-07-29 17:12:46 +09:00
  • f1f31baae1 Update README: Missing TOC Junegunn Choi 2017-07-29 17:10:00 +09:00
  • e1c8f19e8f Update README: Advanced topics Junegunn Choi 2017-07-29 17:08:51 +09:00
  • 5e302c70e9 Update README: rg intead of pt Junegunn Choi 2017-07-29 15:41:55 +09:00
  • 4c5a679066 Make deselect-all instantaneous Junegunn Choi 2017-07-28 13:13:03 +09:00
  • 41f0b2c354 Add MinGW on Windows to install script (#998) Andrew Halberstadt 2017-07-27 23:22:33 -04:00
  • a0a3c349c9 Update preview window when selection has changed Junegunn Choi 2017-07-28 01:39:25 +09:00
  • 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