mirror of
https://github.com/tmux-plugins/tpm.git
synced 2024-11-10 14:01:27 +00:00
Improve comments upon request
This commit is contained in:
parent
1a25c5cb00
commit
51240eceb7
@ -69,9 +69,10 @@ tpm_path() {
|
||||
}
|
||||
|
||||
tpm_plugins_list_helper() {
|
||||
# lists plugins from @tpm_plugins option
|
||||
local plugins
|
||||
# lists plugins from @tpm_plugins option
|
||||
plugins="$(tmux start-server\; show-option -gqv "$tpm_plugins_variable_name")"
|
||||
# allow comma as a plugin separator
|
||||
plugins="${plugins//,/ }"
|
||||
echo "$plugins"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user