wip
This commit is contained in:
parent
e96a400675
commit
3f82ce8236
1 changed files with 6 additions and 3 deletions
|
@ -1625,10 +1625,13 @@ run 'cut -c3- "$TMUX_CONF" | sh -s _apply_configuration'
|
||||||
# next_files=$(TMUX_SOCKET="$probe_socket" tmux -f /dev/null \
|
# next_files=$(TMUX_SOCKET="$probe_socket" tmux -f /dev/null \
|
||||||
# set -g @current_file "$current_file" \; \
|
# set -g @current_file "$current_file" \; \
|
||||||
# display -pF "$next_files")
|
# display -pF "$next_files")
|
||||||
|
#
|
||||||
# _IFS="$IFS"
|
# _IFS="$IFS"
|
||||||
# IFS=
|
# IFS=$(printf '\n\nx')
|
||||||
# # shellcheck disable=SC2086
|
# IFS=${IFS%?}
|
||||||
# ___discover_plugins $next_files
|
# # 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
|
# fi
|
||||||
# done << EOF
|
# 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")
|
# $(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")
|
||||||
|
|
Loading…
Reference in a new issue