summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2021-01-03 00:54:28 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2021-01-03 00:56:11 +0900
commit8c533e34eacf310a0babbcdf6c512a08eb447389 (patch)
treef05c7eb5c180cfc59fd47ac493f5009affe65a48
parent37708ad9cd5d6f37cee63a1ee1a8308f60283c3d (diff)
0.25.00.25.0
-rw-r--r--LICENSE2
-rw-r--r--README-VIM.md2
-rw-r--r--README.md2
-rw-r--r--doc/fzf.txt4
-rwxr-xr-xinstall2
-rw-r--r--install.ps12
-rw-r--r--man/man1/fzf-tmux.12
-rw-r--r--man/man1/fzf.12
-rw-r--r--src/LICENSE2
-rw-r--r--src/core.go2
10 files changed, 11 insertions, 11 deletions
diff --git a/LICENSE b/LICENSE
index c64372a8..50aa5d92 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2013-2020 Junegunn Choi
+Copyright (c) 2013-2021 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
diff --git a/README-VIM.md b/README-VIM.md
index 058dfaf1..deb6b973 100644
--- a/README-VIM.md
+++ b/README-VIM.md
@@ -449,4 +449,4 @@ endif
The MIT License (MIT)
-Copyright (c) 2013-2020 Junegunn Choi
+Copyright (c) 2013-2021 Junegunn Choi
diff --git a/README.md b/README.md
index 8bfa884e..00ed40a3 100644
--- a/README.md
+++ b/README.md
@@ -698,4 +698,4 @@ https://github.com/junegunn/fzf/wiki/Related-projects
The MIT License (MIT)
-Copyright (c) 2013-2020 Junegunn Choi
+Copyright (c) 2013-2021 Junegunn Choi
diff --git a/doc/fzf.txt b/doc/fzf.txt
index c8888962..43ebb1c4 100644
--- a/doc/fzf.txt
+++ b/doc/fzf.txt
@@ -1,4 +1,4 @@
-fzf.txt fzf Last change: January 2 2021
+fzf.txt fzf Last change: January 3 2021
FZF - TABLE OF CONTENTS *fzf* *fzf-toc*
==============================================================================
@@ -460,7 +460,7 @@ LICENSE *fzf-license*
The MIT License (MIT)
-Copyright (c) 2013-2020 Junegunn Choi
+Copyright (c) 2013-2021 Junegunn Choi
==============================================================================
vim:tw=78:sw=2:ts=2:ft=help:norl:nowrap:
diff --git a/install b/install
index 6387ac58..bfee2086 100755
--- a/install
+++ b/install
@@ -2,7 +2,7 @@
set -u
-version=0.24.4
+version=0.25.0
auto_completion=
key_bindings=
update_config=2
diff --git a/install.ps1 b/install.ps1
index aa2fe76c..bca6cada 100644
--- a/install.ps1
+++ b/install.ps1
@@ -1,4 +1,4 @@
-$version="0.24.4"
+$version="0.25.0"
$fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition
diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1
index 904fda34..4f0c1593 100644
--- a/man/man1/fzf-tmux.1
+++ b/man/man1/fzf-tmux.1
@@ -1,7 +1,7 @@
.ig
The MIT License (MIT)
-Copyright (c) 2013-2020 Junegunn Choi
+Copyright (c) 2013-2021 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
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 5fff2e1c..89f4e10b 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -1,7 +1,7 @@
.ig
The MIT License (MIT)
-Copyright (c) 2013-2020 Junegunn Choi
+Copyright (c) 2013-2021 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
diff --git a/src/LICENSE b/src/LICENSE
index c64372a8..50aa5d92 100644
--- a/src/LICENSE
+++ b/src/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2013-2020 Junegunn Choi
+Copyright (c) 2013-2021 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
diff --git a/src/core.go b/src/core.go
index 1c009c69..a18c3a18 100644
--- a/src/core.go
+++ b/src/core.go
@@ -3,7 +3,7 @@ Package fzf implements fzf, a command-line fuzzy finder.
The MIT License (MIT)
-Copyright (c) 2017 Junegunn Choi
+Copyright (c) 2013-2021 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