1
0
Fork 0
mirror of synced 2024-11-17 23:15:35 -05:00
This commit is contained in:
Gregory Pakosz 2024-11-11 18:17:30 +01:00
parent e96a400675
commit 3f82ce8236

View file

@ -1625,10 +1625,13 @@ run 'cut -c3- "$TMUX_CONF" | sh -s _apply_configuration'
# next_files=$(TMUX_SOCKET="$probe_socket" tmux -f /dev/null \
# set -g @current_file "$current_file" \; \
# display -pF "$next_files")
#
# _IFS="$IFS"
# IFS=
# # shellcheck disable=SC2086
# ___discover_plugins $next_files
# IFS=$(printf '\n\nx')
# IFS=${IFS%?}
# # we don't want quoting here as we want wildcard expansion
# # shellcheck disable=SC2046
# ___discover_plugins $(printf '%s\n' "$next_files" | xargs printf '%s\n\n')
# fi
# done << EOF
# $(TMUX_SOCKET="$probe_socket" tmux -f /dev/null source -nvq "$current_file" | perl -s -n -E 'print if s/^$current_file:\d+:\s*(set-option\s+-g\s+\@plugin\s+|source-file)/\1/g' -- -current_file="$current_file")