Commit Graph

  • 053af9a1c8 [fzf-tmux/vim/nvim] Do not split small window Junegunn Choi 2016-10-12 23:09:21 +09:00
  • 60112def02 Merge pull request #698 from Ambrevar/master Junegunn Choi 2016-10-12 01:54:51 +09:00
  • 2134c0c8a9 key-bindings.fish: Yank commandline in fzf-history-widget Pierre Neidhardt 2016-10-11 21:12:31 +05:30
  • 3222d62ddf 0.15.4 0.15.4 Junegunn Choi 2016-10-04 02:17:36 +09:00
  • aeb957a285 Use exact match by default for inverse search term Junegunn Choi 2016-10-04 02:09:03 +09:00
  • 154cf22ffa Display scroll indicator in preview window Junegunn Choi 2016-10-04 01:40:45 +09:00
  • 51f532697e Adjust maximum scroll offset Junegunn Choi 2016-10-04 01:39:48 +09:00
  • 01b88539ba [vim] Apply --multi and --prompt to :FZF command Junegunn Choi 2016-10-04 00:20:36 +09:00
  • 3066b206af Support field index expressions in preview and execute action Junegunn Choi 2016-10-03 14:16:10 +09:00
  • 04492bab10 Use unicode.IsSpace to cover more whitespace characters Junegunn Choi 2016-09-29 22:40:22 +09:00
  • 8b0d0342d4 0.15.3 0.15.3 Junegunn Choi 2016-09-29 03:05:20 +09:00
  • 957c12e7d7 Fix SEGV when trying to render preview but the window is closed Junegunn Choi 2016-09-29 02:53:05 +09:00
  • 3b5ae0f8a2 Fix failing unit tests on ANSI attributes Junegunn Choi 2016-09-29 01:06:35 +09:00
  • 1fc5659842 Add support for more ANSI color attributes (#674) Junegunn Choi 2016-09-29 00:54:27 +09:00
  • 1acd2adce2 Update man page: missing actions Junegunn Choi 2016-09-26 15:33:46 +09:00
  • 1bc223d4b3 0.15.2 0.15.2 Junegunn Choi 2016-09-25 22:20:43 +09:00
  • bef405bfa5 Ignore VT100-related escape codes Junegunn Choi 2016-09-25 19:03:08 +09:00
  • 0612074abe Support high intensity colors Junegunn Choi 2016-09-25 18:11:35 +09:00
  • 3bf51d8362 Merge pull request #670 from maverickwoo/fix-668 Junegunn Choi 2016-09-25 05:15:24 +09:00
  • 2c8479a7c5 Fix #668 Maverick Woo 2016-09-24 15:39:13 -04:00
  • 8c8b5b313e Add preview-page-up and preview-page-down actions Junegunn Choi 2016-09-25 04:12:44 +09:00
  • 66d55fd893 Make preview windows scrollable Junegunn Choi 2016-09-25 02:02:00 +09:00
  • 7fa5e6c861 0.15.1 0.15.1 Junegunn Choi 2016-09-21 01:28:24 +09:00
  • 00f96aae76 Avoid rendering delay when displaying extremely long lines Junegunn Choi 2016-09-21 01:23:41 +09:00
  • a749e6bd16 Fix temp directory in a test case Junegunn Choi 2016-09-21 01:15:35 +09:00
  • 791076d366 Fix panic when pattern occurs after 2^15-th column Junegunn Choi 2016-09-21 01:15:06 +09:00
  • 37f43fbb35 Add --print0 option 0.15.0 Junegunn Choi 2016-09-18 04:52:47 +09:00
  • 401a5fd5ff Printable character in --expect set should not affect --print-query Junegunn Choi 2016-09-18 04:45:21 +09:00
  • 1854922f0c Truncate the query string if it's too long Junegunn Choi 2016-09-18 04:20:29 +09:00
  • 2fc7c18747 Revise ranking algorithm Junegunn Choi 2016-09-07 09:58:18 +09:00
  • 8ef2420677 Update README Junegunn Choi 2016-09-13 04:11:28 +09:00
  • cf6f4d74c4 Merge pull request #657 from ishanray/patch-1 Junegunn Choi 2016-09-11 12:13:40 +09:00
  • f44d40f6b4 Update algo.go ishanray 2016-09-10 23:40:55 +04:00
  • 1c81a58127 Merge pull request #654 from qiemem/fix-tmux-groups-dont-break-sockets Junegunn Choi 2016-09-07 21:36:32 +09:00
  • 9baf7c4874 Make fzf target correct session in group Bryan Head 2016-09-06 13:03:07 -05:00
  • 22b089e47e Revert "Unset TMUX before splitting window" (#648) Junegunn Choi 2016-08-31 14:20:29 +09:00
  • b166f18220 Merge pull request #646 from qiemem/fix-tmux-groups Junegunn Choi 2016-08-29 12:47:43 +09:00
  • 68600f6ecf Merge pull request #645 from ckafi/split-without-IFS Junegunn Choi 2016-08-29 12:47:14 +09:00
  • 4d4447779f Unset TMUX before splitting window Bryan Head 2016-08-28 16:57:38 -05:00
  • 639de4c27b Split default zsh binding at the correct place Tobias Frilling 2016-08-28 20:34:36 +02:00
  • d87390934e [neovim] Do not resize if the size of the screen has changed Junegunn Choi 2016-08-28 19:26:47 +09:00
  • 411ec2e557 Merge branch 'joshuarubin-master' Junegunn Choi 2016-08-28 19:18:13 +09:00
  • f025602841 [vim] Reset window sizes on close Joshua Rubin 2016-08-25 01:08:27 -06:00
  • f958c9daf5 [vim] Tilde prefix is not allowed for left or right layout Junegunn Choi 2016-08-24 01:15:35 +09:00
  • b86838c2b0 0.13.5 0.13.5 Junegunn Choi 2016-08-21 05:00:27 +09:00
  • 1f7d1f9b15 Update Centos Dockerfile to use Go 1.7 Junegunn Choi 2016-08-21 04:54:53 +09:00
  • f8fdf9618a No need to cache the result in filtering mode (--filter) Junegunn Choi 2016-08-20 02:06:57 +09:00
  • 827a83efbc Remove Offset slice from Result struct Junegunn Choi 2016-08-20 01:46:54 +09:00
  • 3e88849386 [vim] Fix "E706: Variable type mismatch for: arg" Junegunn Choi 2016-08-19 18:02:32 +09:00
  • 608c416207 Add missing sources Junegunn Choi 2016-08-19 03:27:42 +09:00
  • 62f6ff9d6c [vim] Make arguments to fzf#wrap() optional Junegunn Choi 2016-08-19 03:04:20 +09:00
  • 37dc273148 Micro-optimizations Junegunn Choi 2016-08-19 02:39:32 +09:00
  • f7f01d109e Set the upper limit of the number of search go routines Junegunn Choi 2016-08-19 01:43:38 +09:00
  • 01ee335521 Remove duplicate code Junegunn Choi 2016-08-18 03:11:54 +09:00
  • 0e0de29b87 Inline function calls in tight loops Junegunn Choi 2016-08-18 01:48:52 +09:00
  • babf877fd6 Increase the number of go routines for search Junegunn Choi 2016-08-18 01:38:41 +09:00
  • 935272824e Setting GOMAXPROCS is no longer needed Junegunn Choi 2016-08-17 02:21:33 +09:00
  • 3a9532c8fd Increase read buffer size to 64KB Junegunn Choi 2016-08-16 01:52:24 +09:00
  • c4c92142a6 0.13.4 0.13.4 Junegunn Choi 2016-08-14 18:06:00 +09:00
  • d4b6338102 Lint Junegunn Choi 2016-08-14 17:51:34 +09:00
  • 8df7d962e6 Improve rendering time of long lines Junegunn Choi 2016-08-14 17:44:11 +09:00
  • 41e916a511 [perf] evaluateBonus can start from sidx - 1 Junegunn Choi 2016-08-14 11:58:47 +09:00
  • d9c8a9a880 [perf] Remove memory copy when using string delimiter Junegunn Choi 2016-08-14 04:23:37 +09:00
  • ddc7bb9064 [perf] Optimize AWK-style tokenizer for --nth Junegunn Choi 2016-08-14 01:53:06 +09:00
  • 1d4057c209 [perf] Avoid allocating rune array for ascii string Junegunn Choi 2016-08-14 00:39:44 +09:00
  • 822b86942c [test] Clear environment variables Junegunn Choi 2016-08-13 19:26:36 +09:00
  • 1e74dbb937 :hidden property of previous --preview-window should be cleared Junegunn Choi 2016-08-12 01:16:59 +09:00
  • 7cef92fffe [vim] Delete fzf buffer even when exit status is non-zero Junegunn Choi 2016-08-02 03:30:17 +09:00
  • 42e4992f06 [vim] Make sure to delete fzf buffer Junegunn Choi 2016-08-02 02:25:02 +09:00
  • a6066175c6 Merge pull request #630 from kassio/master Junegunn Choi 2016-07-30 19:05:43 +09:00
  • 27444d6b1e Remove name option from termopen. Kassio Borges 2016-07-28 14:03:27 +01:00
  • d6a99c0391 [vim] v:shell_error can change around redraw! Junegunn Choi 2016-07-28 01:41:11 +09:00
  • f787f7e651 [vim] Add fzf#wrap helper function Junegunn Choi 2016-07-26 02:35:40 +09:00
  • a7c9c08371 [vim] Make :FZF command configurable with g:fzf_layout Junegunn Choi 2016-07-21 01:46:45 +09:00
  • fccc93176b 0.13.3 0.13.3 Junegunn Choi 2016-07-16 01:06:53 +09:00
  • 6439a138fe [install] Build fzf if prebuilt binary doesn't work Junegunn Choi 2016-07-16 00:36:35 +09:00
  • a9a29dff4f Fix duplicate rendering of the last line in preview window Junegunn Choi 2016-07-15 23:24:14 +09:00
  • 6a52f8b8dd [zsh-completion] setopt localoptions noksh_arrays Junegunn Choi 2016-07-15 01:25:48 +09:00
  • a1049328d6 [vim] Adjust split size when --header option is set Junegunn Choi 2016-07-14 13:35:18 +09:00
  • 5c2b96bd00 [vim] Fix error with multi-line $FZF_DEFAULT_COMMAND Junegunn Choi 2016-07-13 13:15:14 +09:00
  • c36413fdf6 [zsh] Suppress error message when pipefail is not supported Junegunn Choi 2016-07-11 17:47:41 +09:00
  • 52cf5af91c [test] Fix test failure on Travis CI Junegunn Choi 2016-07-10 15:44:44 +09:00
  • 3a4e053af7 [bash] Fall back to send-keys if named paste buffer is not supported Junegunn Choi 2016-07-10 15:21:28 +09:00
  • 049bc9ec68 [fzf-tmux] Add man page Junegunn Choi 2016-07-10 14:44:00 +09:00
  • b461a555b8 [fzf-tmux] Add --version and --help flags Junegunn Choi 2016-07-10 14:41:06 +09:00
  • 0f87b2d1e1 [fzf-tmux] Use double brackets Junegunn Choi 2016-07-10 14:34:29 +09:00
  • 0fb5b76c0d [fzf-tmux] Fail fast if fzf excutable is not found Junegunn Choi 2016-07-10 14:28:58 +09:00
  • 0c918dd87a Merge pull request #616 from seanlaguna/master Junegunn Choi 2016-07-10 12:29:32 +09:00
  • 05299a0fee [test] Use tmux buffer in unicode test cases Junegunn Choi 2016-07-10 12:27:01 +09:00
  • b36b0a91f5 use tmux buffers for sending output to preserve character encoding Sean 2016-07-09 09:47:20 -05:00
  • 6081eac58a [shell] Suppress alias/function expansion Junegunn Choi 2016-07-07 01:40:14 +09:00
  • 942ba749c7 [vim] Restore working directory even when new window is opened Junegunn Choi 2016-07-06 13:31:04 +09:00
  • f941012687 Merge pull request #610 from eigengrau/master Junegunn Choi 2016-07-05 21:50:43 +09:00
  • fed5e5d5af [zsh] Re-initialize zle when widgets finish Sebastian Reuße 2016-07-04 12:13:02 +02:00
  • b864885753 [install] Make sure to unset pipefail Junegunn Choi 2016-07-04 13:05:26 +09:00
  • 64747c2324 [install] Fix error in install script Junegunn Choi 2016-07-04 13:00:30 +09:00
  • 34965edcda [install] Fall back to wget if curl failed Junegunn Choi 2016-07-04 01:40:24 +09:00
  • bd4377084d Merge pull request #601 from blueyed/zsh-ret-for-fzf-file-widget Junegunn Choi 2016-06-18 23:17:10 +09:00
  • 38a2076b89 zsh: pass through exit code from widgets Daniel Hahler 2016-06-16 01:03:48 +02:00
  • 5759d50d4a 0.13.2 0.13.2 Junegunn Choi 2016-06-16 02:16:13 +09:00