Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cupric
Fzf
Commits
20230117
Unverified
Commit
20230117
authored
2 years ago
by
Junegunn Choi
Browse files
Options
Download
Email Patches
Plain Diff
0.36.0
parent
b46e40e8
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
LICENSE
+1
-1
LICENSE
README-VIM.md
+1
-1
README-VIM.md
README.md
+1
-1
README.md
doc/fzf.txt
+1
-1
doc/fzf.txt
install
+1
-1
install
install.ps1
+1
-1
install.ps1
main.go
+1
-1
main.go
man/man1/fzf-tmux.1
+2
-2
man/man1/fzf-tmux.1
man/man1/fzf.1
+2
-2
man/man1/fzf.1
plugin/fzf.vim
+1
-1
plugin/fzf.vim
src/LICENSE
+1
-1
src/LICENSE
with
13 additions
and
13 deletions
+13
-13
LICENSE
+
1
-
1
View file @
20230117
The MIT License (MIT)
Copyright (c) 2013-202
2
Junegunn Choi
Copyright (c) 2013-202
3
Junegunn Choi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
This diff is collapsed.
Click to expand it.
README-VIM.md
+
1
-
1
View file @
20230117
...
...
@@ -486,4 +486,4 @@ autocmd FileType fzf set laststatus=0 noshowmode noruler
The MIT License (MIT)
Copyright (c) 2013-202
1
Junegunn Choi
Copyright (c) 2013-202
3
Junegunn Choi
This diff is collapsed.
Click to expand it.
README.md
+
1
-
1
View file @
20230117
...
...
@@ -722,4 +722,4 @@ https://github.com/junegunn/fzf/wiki/Related-projects
The MIT License (MIT)
Copyright (c) 2013-202
1
Junegunn Choi
Copyright (c) 2013-202
3
Junegunn Choi
This diff is collapsed.
Click to expand it.
doc/fzf.txt
+
1
-
1
View file @
20230117
...
...
@@ -506,7 +506,7 @@ LICENSE *fzf-license*
The MIT License (MIT)
Copyright (c) 2013-202
1
Junegunn Choi
Copyright (c) 2013-202
3
Junegunn Choi
==============================================================================
vim:tw=78:sw=2:ts=2:ft=help:norl:nowrap:
This diff is collapsed.
Click to expand it.
install
+
1
-
1
View file @
20230117
...
...
@@ -2,7 +2,7 @@
set
-u
version
=
0.3
5.1
version
=
0.3
6.0
auto_completion
=
key_bindings
=
update_config
=
2
...
...
This diff is collapsed.
Click to expand it.
install.ps1
+
1
-
1
View file @
20230117
$version
=
"0.3
5.1
"
$version
=
"0.3
6.0
"
$fzf_base
=
Split-Path
-Parent
$MyInvocation
.
MyCommand
.
Definition
...
...
This diff is collapsed.
Click to expand it.
main.go
+
1
-
1
View file @
20230117
...
...
@@ -5,7 +5,7 @@ import (
"github.com/junegunn/fzf/src/protector"
)
var
version
string
=
"0.3
5
"
var
version
string
=
"0.3
6
"
var
revision
string
=
"devel"
func
main
()
{
...
...
This diff is collapsed.
Click to expand it.
man/man1/fzf-tmux.1
+
2
-
2
View file @
20230117
.ig
The MIT License (MIT)
Copyright (c) 2013-202
1
Junegunn Choi
Copyright (c) 2013-202
3
Junegunn Choi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
@@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
..
.TH fzf-tmux 1 "
Nov
202
2
" "fzf 0.3
5.1
" "fzf-tmux - open fzf in tmux split pane"
.TH fzf-tmux 1 "
Jan
202
3
" "fzf 0.3
6.0
" "fzf-tmux - open fzf in tmux split pane"
.SH NAME
fzf-tmux - open fzf in tmux split pane
...
...
This diff is collapsed.
Click to expand it.
man/man1/fzf.1
+
2
-
2
View file @
20230117
.ig
The MIT License (MIT)
Copyright (c) 2013-202
1
Junegunn Choi
Copyright (c) 2013-202
3
Junegunn Choi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
@@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
..
.TH fzf 1 "
Nov
202
2
" "fzf 0.3
5.1
" "fzf - a command-line fuzzy finder"
.TH fzf 1 "
Jan
202
3
" "fzf 0.3
6.0
" "fzf - a command-line fuzzy finder"
.SH NAME
fzf - a command-line fuzzy finder
...
...
This diff is collapsed.
Click to expand it.
plugin/fzf.vim
+
1
-
1
View file @
20230117
" Copyright (c) 201
7
Junegunn Choi
" Copyright (c) 201
3-2023
Junegunn Choi
"
" MIT License
"
...
...
This diff is collapsed.
Click to expand it.
src/LICENSE
+
1
-
1
View file @
20230117
The MIT License (MIT)
Copyright (c) 2013-202
1
Junegunn Choi
Copyright (c) 2013-202
3
Junegunn Choi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets