- 23 Aug, 2020 1 commit
-
-
Junegunn Choi authored
Related: https://github.com/junegunn/fzf.vim/issues/1092
-
- 21 Aug, 2020 1 commit
-
-
Junegunn Choi authored
-
- 02 Aug, 2020 2 commits
-
-
Junegunn Choi authored
-
Junegunn Choi authored
This is to allow line numbers in a ctags output (e.g. 123;")
-
- 28 Jul, 2020 2 commits
-
-
Junegunn Choi authored
Fix #1618
-
Junegunn Choi authored
-
- 27 Jul, 2020 1 commit
-
-
Junegunn Choi authored
-
- 26 Jul, 2020 3 commits
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #1057 Close #2120 # Initial scroll offset is set to the line number of each line of # git grep output *minus* 5 lines git grep --line-number '' | fzf --delimiter : --preview 'nl {1}' --preview-window +{2}-5
-
yuki yano authored
-
- 15 Jul, 2020 1 commit
-
-
Yanlin Sun authored
Preserve current directory in case current directory is changed by others after the call of s:open Co-authored-by:
Junegunn Choi <junegunn.c@gmail.com>
-
- 05 Jul, 2020 2 commits
-
-
Junegunn Choi authored
Close #2086
-
Atemu authored
Nix can be installed on (almost) any Linux distro and on macOS. See https://nixos.org/nix/ for more information.
-
- 03 Jul, 2020 3 commits
-
-
anntnzrb authored
-
Junegunn Choi authored
Close #2081
-
Junegunn Choi authored
-
- 30 Jun, 2020 1 commit
-
-
Junegunn Choi authored
-
- 29 Jun, 2020 2 commits
-
-
Junegunn Choi authored
Fix #2093 And we'll phase out height specification with `~` prefix.
-
Junegunn Choi authored
-
- 21 Jun, 2020 4 commits
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Fix #2010 Fix #1638
-
Khon Trieu authored
Fix #2088
-
- 20 Jun, 2020 2 commits
-
-
Junegunn Choi authored
Fix #2087
-
Junegunn Choi authored
-
- 07 Jun, 2020 2 commits
-
-
Junegunn Choi authored
-
Ben authored
If a user has the Powershell Community Extensions installed, it comes with another command Expand-Archive that doesn't have a DestinationPath argument, causing an error.
-
- 04 Jun, 2020 1 commit
-
-
Janek authored
* Use --line-range instead of head in bat example * README: extend preview section
-
- 23 May, 2020 2 commits
-
-
Junegunn Choi authored
-
karasu authored
When called with popup options, do not move to temp window.
-
- 17 May, 2020 2 commits
-
-
Junegunn Choi authored
The action takes place in the alternate screen so the offsets should still be correct.
-
lacygoill authored
* No need to restore &wfw and &wfh when using popup window Co-authored-by:
lacygoill <lacygoill@lacygoill.me> Co-authored-by:
Junegunn Choi <junegunn.c@gmail.com>
-
- 15 May, 2020 1 commit
-
-
ichizok authored
Fix #2038
-
- 24 Apr, 2020 1 commit
-
-
Slaven Rezić authored
s///r is only available since perl 5.14. The Perl oneliner was changed to work with older Perls, possibly even with 5.000. Fix #2001
-
- 21 Apr, 2020 2 commits
-
-
Jack Bates authored
* Add RuboCop Minitest extension * Improve error messages * Use chomp option
-
Raffaele authored
Make sure that `extldflags` is quoted so that LDFLAGS containing spaces won't break the build command. Close #1994
-
- 18 Apr, 2020 2 commits
-
-
Junegunn Choi authored
Close #1949
-
Janek authored
-
- 17 Apr, 2020 2 commits
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Support both ordinary completion trigger and empty trigger kill <tab> kill foo**<tab> Close #1988 Close #385
-