diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-11-24 18:47:07 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-11-24 18:49:10 +0900 |
| commit | ac3e24c99c221ae2e4e0a8fd6d6d1e0078260ab4 (patch) | |
| tree | 363b8326a9491e6fa5e4f3c057b21d1cfaaf988a /man | |
| parent | e7e852bdb3e4e2f02a973c41415167204fab22d3 (diff) | |
| download | fzf-ac3e24c99c221ae2e4e0a8fd6d6d1e0078260ab4.tar.gz | |
Export FZF_PREVIEW_* variables to other processes as well
Close #4098
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 2f1e5753..7b32817f 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -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 2024" "fzf 0.56.3" "fzf - a command-line fuzzy finder" +.TH fzf 1 "Nov 2024" "fzf 0.57.0" "fzf - a command-line fuzzy finder" .SH NAME fzf - a command-line fuzzy finder @@ -1122,9 +1122,6 @@ fzf exports the following environment variables to its child processes. .br .BR FZF_PORT " Port number when \-\-listen option is used" .br - -The following variables are additionally exported to the preview commands. - .BR FZF_PREVIEW_TOP " Top position of the preview window" .br .BR FZF_PREVIEW_LEFT " Left position of the preview window" |
