m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 07:13:48 -05:00

Embed man page in the binary and show it on 'fzf --man'

This commit is contained in:
Junegunn Choi
2024-05-20 19:33:46 +09:00
parent 7b0c9e04d3
commit 076b3d0a9a
7 changed files with 40 additions and 5 deletions

View File

@@ -2840,7 +2840,7 @@ func replacePlaceholder(params replacePlaceholderParams) (string, []string) {
}
if flags.file {
file := writeTemporaryFile(replacements, params.printsep)
file := WriteTemporaryFile(replacements, params.printsep)
tempFiles = append(tempFiles, file)
return file
}