Commit Graph

  • 5d9107fd15 Print info after prompt on redraw Junegunn Choi 2015-04-25 23:20:40 +09:00
  • 4b7c571575 Fix race condition in test case Junegunn Choi 2015-04-25 10:54:47 +09:00
  • 5502b68a1d Test refactoring Junegunn Choi 2015-04-25 10:39:04 +09:00
  • 5794fd42df Fix test code Junegunn Choi 2015-04-25 01:09:05 +09:00
  • 9c6e46ab15 [fzf-tmux] Fix #215 - Prepend env to avoid error on fish Junegunn Choi 2015-04-24 12:54:57 +09:00
  • 09d0ac0347 [vim] Update default launcher for GVim (#212) Junegunn Choi 2015-04-24 12:45:39 +09:00
  • 22ae7adac8 Update completion for fzf itself Junegunn Choi 2015-04-23 22:43:48 +09:00
  • 36924d0b1c [zsh] Do not change LBUFFER on empty selection (CTRL-R) Junegunn Choi 2015-04-23 22:39:07 +09:00
  • 6ed9de9051 [zsh] Temporarily unset no_bang_hist for CTRL-R Junegunn Choi 2015-04-23 22:31:23 +09:00
  • 857619995e [vim] Ignore E325 (#213) Junegunn Choi 2015-04-23 19:29:42 +09:00
  • 9310ae28ab [vim] Redraw screen after running fzf on tmux pane (#213) Junegunn Choi 2015-04-23 19:29:01 +09:00
  • 27e26bd1ea [vim] Add g:Fzf_launcher for funcrefs (#212) Junegunn Choi 2015-04-23 12:51:08 +09:00
  • 305ec3b3ce [fish] Remove buffering delay by not using subroutines 0.9.11 Junegunn Choi 2015-04-22 14:33:03 +09:00
  • f4fe93338b Update README Junegunn Choi 2015-04-22 02:09:16 +09:00
  • 3b84c80d56 Update README Junegunn Choi 2015-04-22 02:07:27 +09:00
  • 5e120e7ab5 Update man page Junegunn Choi 2015-04-22 01:44:56 +09:00
  • a4cf5510e3 0.9.11 Junegunn Choi 2015-04-22 01:42:38 +09:00
  • edb5ab5622 Update test cases for #203 Junegunn Choi 2015-04-22 00:57:25 +09:00
  • 06b4f75680 Fix broken FZF_TMUX switch and update test cases (#203) Junegunn Choi 2015-04-22 00:55:39 +09:00
  • 318edc8c35 Apply fzf-tmux to key bindings (#203) Junegunn Choi 2015-04-22 00:30:09 +09:00
  • 651a8f8cc2 Add --inline-info option Junegunn Choi 2015-04-21 23:50:53 +09:00
  • 9f64a00549 Fix double-click result when scroll offset is positive Junegunn Choi 2015-04-21 23:23:39 +09:00
  • a88bf87e2a Update test case Junegunn Choi 2015-04-21 22:36:40 +09:00
  • e82eb27787 Smart-case for each term in extended-search mode Junegunn Choi 2015-04-21 22:18:05 +09:00
  • 3f0e6a5806 Fix #209 - Invalid mutation of input on case conversion Junegunn Choi 2015-04-21 22:10:14 +09:00
  • 917b1759b0 [fzf-tmux/vim] Fixes for fish (#204) Junegunn Choi 2015-04-20 22:42:02 +09:00
  • 16ca9c688b Revert "[fzf-tmux] Fix #204 - Escape command substitution" Junegunn Choi 2015-04-20 16:23:15 +09:00
  • 7b6a27cb5e [fzf-tmux] Fix #204 - Escape command substitution Junegunn Choi 2015-04-20 15:22:59 +09:00
  • 869a234938 [fzf-tmux] Use bash instead of sh (#204) Junegunn Choi 2015-04-20 14:58:27 +09:00
  • 537d07c1e5 [vim] Use "system" fzf when available Junegunn Choi 2015-04-19 17:13:07 +09:00
  • d091a2c4bb [fzf-tmux] Minor adjustment Junegunn Choi 2015-04-18 16:27:40 +09:00
  • d2f95d69fb [fzf-tmux] Fix #200 - Double-quote handling Junegunn Choi 2015-04-18 16:24:57 +09:00
  • 1169cc8653 0.9.10 0.9.10 Junegunn Choi 2015-04-18 10:38:12 +09:00
  • f66d94c6b0 Add --color=[dark|light|16|bw] option Junegunn Choi 2015-04-18 02:52:30 +09:00
  • 2fe1e28220 Improvements in performance and memory usage Junegunn Choi 2015-04-17 22:23:52 +09:00
  • 288131ac5a Update man page to be consistent with --help Junegunn Choi 2015-04-16 23:11:11 +09:00
  • 3610acec5a 0.9.9 Junegunn Choi 2015-04-16 22:52:02 +09:00
  • cc67d2e1cf Test case for visual indicator of --toggle sort (#194) Junegunn Choi 2015-04-16 22:39:51 +09:00
  • f77ed0fb07 Fix typo in man page Junegunn Choi 2015-04-16 22:34:02 +09:00
  • a30908c66a [vim] Automatically download Go binary when not found Junegunn Choi 2015-04-16 22:24:12 +09:00
  • f9225f98e7 Fix sort control from Terminal Junegunn Choi 2015-04-16 22:13:31 +09:00
  • 2db2feea37 install --bin just for downloading the binary Junegunn Choi 2015-04-16 21:58:41 +09:00
  • d1d59272a2 Add visual indication of --toggle-sort Junegunn Choi 2015-04-16 14:44:41 +09:00
  • d08542ce5d Prepare for 0.9.9 release Junegunn Choi 2015-04-16 14:20:29 +09:00
  • b8904a8c3e Add --tiebreak option for customizing sort criteria Junegunn Choi 2015-04-16 14:19:28 +09:00
  • 48ab87294b Add --no-hscroll option to disable horizontal scroll Junegunn Choi 2015-04-16 12:56:01 +09:00
  • 3e1e75fe08 Remove unused variable Junegunn Choi 2015-04-16 10:52:04 +09:00
  • 120cc0aadd [vim] README: Pointer to the wiki page Junegunn Choi 2015-04-15 22:52:15 +09:00
  • 853012ceef [vim] Add g:fzf_action for customizing key bindings Junegunn Choi 2015-04-15 22:49:45 +09:00
  • 2add45fe2f [vim] Rename g:fzf_tmux_height to g:fzf_height Junegunn Choi 2015-04-15 22:32:45 +09:00
  • b882de87ab Fix Travis CI build Junegunn Choi 2015-04-14 22:23:11 +09:00
  • 2d68cb8639 Fix #185 - Terminate on RuneError Junegunn Choi 2015-04-14 23:19:33 +09:00
  • 3a9d1df026 Fix unicode test case Junegunn Choi 2015-04-14 21:59:44 +09:00
  • 5c25984ea0 Fix Unicode case handling (#186) Junegunn Choi 2015-04-14 21:45:37 +09:00
  • 319d6ced80 [vim] Simplify :FZF Junegunn Choi 2015-04-14 10:46:20 +09:00
  • 51a19a2804 [vim] Remove unnecessary pushd/popd in :FZF Junegunn Choi 2015-04-14 10:35:51 +09:00
  • a7cb1a78df Merge pull request #188 from justinmk/non-interactive-shell Junegunn Choi 2015-04-14 10:13:52 +09:00
  • d4daece76b install: wait for LF in non-interactive shell #188 Justin M. Keyes 2015-04-13 20:05:45 -04:00
  • 3ec83babac FZF_TMUX and FZF_TMUX_HEIGHT for fuzzy completion Junegunn Choi 2015-04-14 02:12:45 +09:00
  • 91fc6c984b Fix fuzzy completion test Junegunn Choi 2015-04-14 02:00:50 +09:00
  • a4f3d09704 Fuzzy completion using fzf-tmux Junegunn Choi 2015-04-14 00:59:45 +09:00
  • 40180c18ac Merge pull request #183 from qiemem/generalized-check-if-running Junegunn Choi 2015-04-12 02:45:14 +09:00
  • 82bea6758a Move active check to fzf#run. #183 Bryan Head 2015-04-11 12:27:50 -05:00
  • 348731fc3b Make fzf-tmux work when fzf is not in $PATH but in the same directory Junegunn Choi 2015-04-12 01:57:05 +09:00
  • 797f42ecc6 Update README Junegunn Choi 2015-04-12 00:44:41 +09:00
  • 8385a55bda [vim] s:pushd after s:split Junegunn Choi 2015-04-11 23:47:46 +09:00
  • 8406cedf2d [vim] Improved compatibility with sidebar plugins (e.g. NERDtree) Junegunn Choi 2015-04-11 23:42:01 +09:00
  • f22b83db6c Update README Junegunn Choi 2015-04-11 11:28:30 +09:00
  • 1481304d3b Suppress message from :file Junegunn Choi 2015-04-11 11:19:22 +09:00
  • 2cec5c0f30 Fix typo in README Junegunn Choi 2015-04-11 09:21:23 +09:00
  • 4760bb7743 Merge pull request #180 from mhinz/check-if-already-running Junegunn Choi 2015-04-11 09:16:44 +09:00
  • c1adf0cd3d Check if :FZF is already executing #180 Marco Hinz 2015-04-10 22:18:46 +02:00
  • 622e69ff54 [vim] Neovim compatibility (#137) Junegunn Choi 2015-04-10 23:23:47 +09:00
  • 68503d32df [vim] Code cleanup 0.9.7-1 Junegunn Choi 2015-04-04 11:55:57 +09:00
  • 57319f8c58 [vim] Fix #177 - :FZF with relative paths Junegunn Choi 2015-04-04 09:18:04 +09:00
  • dd4d465305 Update Homebrew instruction Junegunn Choi 2015-04-03 01:21:50 +09:00
  • 467a22dd36 Period. 0.9.7 Junegunn Choi 2015-03-31 22:09:04 +09:00
  • 50292adacb Implement --toggle-sort option (#173) Junegunn Choi 2015-03-31 22:05:02 +09:00
  • 84a7499ae3 Fix #172 - Print empty line when fzf with expect finished by -1 or -0 Junegunn Choi 2015-03-31 20:52:16 +09:00
  • 39d7177bd3 [ruby] Stub out --expect option Junegunn Choi 2015-03-31 15:40:33 +09:00
  • 1c65139888 Update git ls-tree example (close #168) Junegunn Choi 2015-03-30 10:15:05 +09:00
  • 8a4db3c004 [vim] Fix #167 - :FZF with directory Junegunn Choi 2015-03-29 11:14:16 +09:00
  • cef93f700b 0.9.6 Junegunn Choi 2015-03-29 04:09:45 +09:00
  • 0a3d3460b1 Update man page Junegunn Choi 2015-03-29 04:08:37 +09:00
  • d988f3fa50 Retain ANSI background color Junegunn Choi 2015-03-29 03:12:55 +09:00
  • e865144ace [vim] Implement ctrlp-compatible key bindings (#139, #96, #61) Junegunn Choi 2015-03-29 03:00:32 +09:00
  • 2a167aa030 Implement --expect option to support simple key bindings (#163) Junegunn Choi 2015-03-29 02:59:32 +09:00
  • 9cfecf7f0b Fix test failure Junegunn Choi 2015-03-28 21:37:37 +09:00
  • f9d6b83f5e Drop patch number and stick with M.m.p convention Junegunn Choi 2015-03-27 12:47:42 +09:00
  • ce7d4a1c53 Fix #162 - Ignore \e[K Junegunn Choi 2015-03-27 12:35:06 +09:00
  • 9bba6bd172 Merge pull request #158 from mrap/update-macvim-link Junegunn Choi 2015-03-27 09:14:02 +09:00
  • 4ad92e3a0b Updates MacVim wiki link in README #158 Michael Rapadas 2015-03-26 13:28:19 -07:00
  • c4bf820dc3 Update man page Junegunn Choi 2015-03-26 10:31:11 +09:00
  • 39f43587d0 Fix typo in man page Junegunn Choi 2015-03-26 10:28:14 +09:00
  • fdaa4e9b18 Append (not prepend) bin directory to PATH Junegunn Choi 2015-03-26 03:44:18 +09:00
  • 91876e98cd Avoid duplicate paths in MANPATH Junegunn Choi 2015-03-26 03:26:28 +09:00
  • eb8fef0031 Add man path only when the directory exists Junegunn Choi 2015-03-26 03:11:08 +09:00
  • 87447ddd6d Add man page (#157) Junegunn Choi 2015-03-26 03:06:31 +09:00
  • 9d138173be Fix #155 - Empty ANSI color code to reset color state Junegunn Choi 2015-03-23 01:24:31 +09:00
  • eae53576bd Update --help message Junegunn Choi 2015-03-22 21:25:46 +09:00