Commit Graph

  • 5b99f19dac [vim] Remove unnecessary statement Junegunn Choi 2020-02-14 15:51:22 +09:00
  • 6c03571887 [vim] Add fzf#install() for downloading fzf binary Junegunn Choi 2020-02-14 14:01:46 +09:00
  • 4fb410a93c [vim] More border styles Junegunn Choi 2020-02-14 00:32:45 +09:00
  • 5e1db9fdd3 [vim] Do not pipe FZF_DEFAULT_COMMAND Junegunn Choi 2020-02-13 21:12:11 +09:00
  • 9d7480ae3c [vim] Use install.ps1 to download binary on Windows Junegunn Choi 2020-02-12 18:01:41 +09:00
  • f39cf6d855 Add install.ps1 for downloading fzf.exe on Windows (#1845) jiangjianshan 2020-02-12 16:56:53 +08:00
  • 001d116884 [vim] Consider ambiwidth for border (#1861) Kyoichiro Yamada 2020-02-10 17:52:15 +09:00
  • 02c5e62efe Fix documentation Junegunn Choi 2020-02-10 01:24:00 +09:00
  • 446df07b62 [vim] Border style for popup window (rounded | sharp | horizontal) Junegunn Choi 2020-02-06 12:27:48 +09:00
  • 8583b150c9 Fix inline info truncation Junegunn Choi 2020-02-06 12:01:51 +09:00
  • a859aa72ee [vim] Add support for xoffset and yoffset options for popup Junegunn Choi 2020-02-06 10:38:37 +09:00
  • 0896036266 [vim] Set &bufhidden=hide before starting terminal buffer Junegunn Choi 2020-02-05 10:06:08 +09:00
  • 311b78ae82 [windows] Use native walker since output of DOS command is not UTF-8 encoded (#1847) mattn 2020-02-04 12:31:00 +09:00
  • f5cf4fc8fb README: OpenBSD package (#1848) Sergey Bronnikov 2020-02-03 19:16:42 +03:00
  • 7ceb58b2aa [vim] Popup window support for both Vim and Neovim Junegunn Choi 2020-02-04 00:35:57 +09:00
  • 293dd76af1 Update Dockerfile Junegunn Choi 2020-02-03 15:00:21 +09:00
  • 3918c45ced Update copyright year (#1832) Shun Sakai 2020-01-25 01:41:55 +09:00
  • 4ec403347c Update Neovim floating window example to have border Junegunn Choi 2020-01-22 17:34:38 +09:00
  • e01266ffcb Period. Junegunn Choi 2020-01-19 19:46:17 +09:00
  • f246fb2fc2 Show error message when failed to start preview command (#1810) Tony Metzidis 2020-01-19 02:42:10 -08:00
  • f7b26b34cb [zsh-completion] Fix quoting/splitting issues (#1820) Chitoku 2020-01-19 14:19:06 +09:00
  • a1bcdc225e Add pledge(2) support (OpenBSD only) via a 'protector' package. (#1297) Aaron Bieber 2020-01-18 22:13:32 -07:00
  • 7771241cc0 Fix F1, F2, F3, F4 on rxvt-unicode Junegunn Choi 2020-01-18 12:30:38 +09:00
  • 6e3af646b2 Draw spinner with Unicode characters Junegunn Choi 2020-01-15 10:43:09 +09:00
  • 82bf8c138d [bash] Populate emacs and vi keymaps (#1815) Jack Bates 2020-01-08 02:35:43 -07:00
  • e21b001116 [vim] Use iconv only if +iconv is enabled (#1813) Jan Edmund Lazo 2020-01-07 02:11:47 -05:00
  • 577024f1e9 Use rounded corners Junegunn Choi 2019-12-31 19:27:07 +09:00
  • d4ad4a25db [bash-completion] Fix default alias/variable completion Junegunn Choi 2019-12-20 18:39:22 +09:00
  • 30577b0c17 0.20.0 0.20.0 Junegunn Choi 2019-12-18 01:07:25 +09:00
  • 212de25409 Fix incorrect header array mutation Junegunn Choi 2019-12-16 18:47:05 +09:00
  • 5da8bbf45a [vim] Encode list source to codepage (#1794) Jan Edmund Lazo 2019-12-16 00:41:03 -05:00
  • aa0e10ead7 [vim] Use cterm colors on Windows (#1793) Jan Edmund Lazo 2019-12-15 08:17:24 -05:00
  • a9906c7c29 Add MSYS2 support as a vim plugin (#1677) msr1k 2019-12-15 18:25:58 +09:00
  • 9fefe08b3f Revert README as preview-{fg,bg} are only available on master Junegunn Choi 2019-12-13 12:46:07 +09:00
  • 684bfff713 Update README/CHANGELOG Junegunn Choi 2019-12-13 12:43:34 +09:00
  • 3db6b88d82 Add preview-fg and preview-bg for --color Junegunn Choi 2019-12-12 23:03:17 +09:00
  • 8ae96774df Gutter color of 16-color theme should be undefined by default Junegunn Choi 2019-12-12 22:53:28 +09:00
  • f68017d21e [windows/vim] Encode batchfile in current codepage Junegunn Choi 2019-12-12 12:29:14 +09:00
  • 2b725a4db5 Defer resetting multi-selection on reload Junegunn Choi 2019-12-09 21:32:58 +09:00
  • af1a5f130b Add clear-query and clear-selection Junegunn Choi 2019-12-07 14:44:24 +09:00
  • 86e3994e87 Properly clear list when --header-lines not filled on reload Junegunn Choi 2019-12-06 22:34:45 +09:00
  • 1e6ac5590e 'reload' action should be allowed even where there's no match Junegunn Choi 2019-12-06 22:34:30 +09:00
  • 5e42b1c9f8 [ssh completion] Skip only aliases matching * (#1788) Henré Botha 2019-12-06 09:58:53 +01:00
  • 9d842630c9 Mention _fzf_setup_completion helper function for bash Junegunn Choi 2019-12-06 12:03:34 +09:00
  • 77cb906dfe [completion] Add support for HostName lines in ~/.ssh/config (#1785) David Gray 2019-12-05 13:42:45 -07:00
  • a59e846f74 Update installation instruction Junegunn Choi 2019-12-05 23:03:46 +09:00
  • 6e6340a0c9 Ignore zcompile output files (*.zwc files) (#1775) infokiller 2019-12-05 15:27:30 +02:00
  • 357e82e51b [completion] Ignore hg repos (#1777) John Purnell 2019-12-06 00:27:04 +11:00
  • 394d8cfd18 Remove immediate flickering on reload action Junegunn Choi 2019-12-05 22:25:43 +09:00
  • ef80bd401f Update installation instruction using Linux package managers Junegunn Choi 2019-12-01 23:48:48 +09:00
  • f51d61d57a [zsh] Prevent the current directory from appearing as ~dir in prompts (#1774) midchildan 2019-12-01 23:20:26 +09:00
  • 1dd256a68a Update README-VIM Junegunn Choi 2019-11-29 18:32:49 +09:00
  • 85644aa3fb Revamp README-VIM.md Junegunn Choi 2019-11-23 01:54:52 +09:00
  • effbc258bb Update CHANGELOG Junegunn Choi 2019-11-21 23:06:14 +09:00
  • e615600ff1 Allow action composition over multiple --bind Junegunn Choi 2019-11-21 23:06:14 +09:00
  • 60465c4664 Fix parse error of --bind expression Junegunn Choi 2019-11-21 23:06:13 +09:00
  • c03c058bd5 [install] Support busybox uname on Windows (#1758) Jan Edmund Lazo 2019-11-16 08:23:42 -05:00
  • 7238c8944d Update CHANGELOG Junegunn Choi 2019-11-16 01:23:01 +09:00
  • 9a41fd5327 0.19.0 0.19.0 Junegunn Choi 2019-11-15 22:54:55 +09:00
  • b471042037 Merge branch 'devel' Junegunn Choi 2019-11-15 22:53:08 +09:00
  • 2886f06977 Fix --preview-window noborder with non-default background color Junegunn Choi 2019-11-15 18:27:08 +09:00
  • d630484eeb Update error message for --preview-window Junegunn Choi 2019-11-15 17:20:47 +09:00
  • e24299239e Add --preview-window noborder option to disable preview border Junegunn Choi 2019-11-15 11:37:52 +09:00
  • d2fa470165 Add --info=STYLE [default|inline|hidden] Junegunn Choi 2019-11-15 00:39:29 +09:00
  • 168453da71 More key chords for --bind Junegunn Choi 2019-11-14 22:39:25 +09:00
  • 23a06d63ac Update CHANGELOG and man pages Junegunn Choi 2019-11-13 01:27:39 +09:00
  • 751aa1944a Remove trailing whitespaces when using --with-nth Junegunn Choi 2019-11-12 22:45:25 +09:00
  • 05b5f3f845 'reload' action should reset multi-selection Junegunn Choi 2019-11-12 00:57:19 +09:00
  • 16fc6862a8 [nvim] Handle SIGHUP in exit handler (#1749) Marco Hinz 2019-11-11 16:47:05 +01:00
  • 7e1c0f39e7 'reload' action should reset --header-lines Junegunn Choi 2019-11-12 00:10:24 +09:00
  • deccf20a35 Fix regression of select-all Junegunn Choi 2019-11-11 23:31:31 +09:00
  • 73c0a645e0 Remove unnecessary reader barrier on --filter mode Junegunn Choi 2019-11-11 12:53:03 +09:00
  • e975bd0c8d Add test cases for --phony and reload action Junegunn Choi 2019-11-10 13:13:45 +09:00
  • 78da928727 Experimental implementation of "reload" action Junegunn Choi 2019-11-10 11:36:22 +09:00
  • 11962dabba Add --phony option for disabling search Junegunn Choi 2019-11-09 22:54:48 +09:00
  • dceb5d09cd RTFM, please Junegunn Choi 2019-11-08 14:09:49 +09:00
  • b4cccf23d4 Improvements to code quality and readability (#1737) Alexandr 2019-11-05 03:46:51 +03:00
  • b911af200c [zsh-completion] Fix prefix extraction when triggers start with ';' zhaoyunfeng 2018-06-28 13:58:09 +08:00
  • 68683c444f Fix argument parser for -m Junegunn Choi 2019-11-02 20:44:21 +09:00
  • a185593d65 Remove unnecessary map lookup Junegunn Choi 2019-11-02 19:55:05 +09:00
  • 525040238e Fix behavior of 'deselect-all' to only deselect matches Junegunn Choi 2019-11-02 19:41:59 +09:00
  • 33f89a08f3 Build with Go 1.13 Junegunn Choi 2019-11-02 14:59:14 +09:00
  • 11645e1fac Fix flaky test case Junegunn Choi 2019-11-02 14:55:13 +09:00
  • 6390140539 [vim/windows] Use chcp only if sed is in PATH Junegunn Choi 2019-11-02 14:35:21 +09:00
  • 072066c49c --multi to take optional argument to limit the number of selection Junegunn Choi 2019-11-02 12:55:26 +09:00
  • a2e9366c84 Fix flaky test case Junegunn Choi 2019-11-02 13:14:47 +09:00
  • 391669a451 Add 'f' flag for placeholder expression (#1733) Simon Fraser 2019-10-27 14:50:12 +00:00
  • 0c6c76e081 [zsh] Suppress global alias expansion in widget functions Junegunn Choi 2019-10-17 14:51:57 +09:00
  • f1520bdde6 Support building on machines with uname -m == "aarch64" (#1710) stiletto 2019-10-11 16:11:06 +03:00
  • 3089880f18 [vim/windows] Fix chcp parsing for the current codepage Junegunn Choi 2019-10-08 09:41:22 +09:00
  • ab11b74be4 [vim] Output of chcp was not parsed correctly Junegunn Choi 2019-09-29 14:51:38 +09:00
  • a5a97be017 [bash-completion] Properly handle exit event Junegunn Choi 2019-09-29 14:45:58 +09:00
  • 80b5bc1b68 [vim] Shell-escape --color option generated by fzf#wrap Junegunn Choi 2019-09-09 12:12:42 +09:00
  • 5c7dcaffe8 [bash-completion] _fzf_setup_completion to retain previous options Junegunn Choi 2019-08-09 11:11:29 +09:00
  • 5095899245 [bash-completion] Add _fzf_setup_completion to enable fuzzy completion Junegunn Choi 2019-08-08 15:35:52 +09:00
  • 4800e5d2ae Add scoop mention (#1646) Ross Smith II 2019-08-05 22:11:28 -07:00
  • 3b1e37f718 Fix #1657: alt-0 to alt-9 Junegunn Choi 2019-08-06 14:06:58 +09:00
  • 6577388250 os.Kill signal cannot be trapped (#1641) Christian Muehlhaeuser 2019-07-19 06:24:46 +02:00
  • 3b9dbd4146 Code cleanup: remove unnecessary string conversions (#1642) Christian Muehlhaeuser 2019-07-19 06:23:18 +02:00
  • a1260feeed Code cleanup (#1640) Christian Muehlhaeuser 2019-07-19 06:22:35 +02:00