m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

Updated Examples (markdown)

knutze
2022-08-27 23:08:00 +09:00
parent 237f14ea56
commit 126dc99a67

@@ -577,7 +577,7 @@ _fzf_history_msys2() {
local WORK_DIR="${TMPDIR:-/tmp}/${FUNCNAME[0]##_}-${UID:-$(id -u)}" local WORK_DIR="${TMPDIR:-/tmp}/${FUNCNAME[0]##_}-${UID:-$(id -u)}"
mkdir -p "${WORK_DIR}" || return mkdir -p "${WORK_DIR}" || return
# `builtin fc` does not work inside winpty correctly, # builtin command does not work inside winpty correctly,
# so run it here to take output to a file. # so run it here to take output to a file.
(set -o pipefail (set -o pipefail
builtin fc -lnr -2147483648 | builtin fc -lnr -2147483648 |