parent
16908bf091
commit
17ebc582b6
|
@ -75,7 +75,7 @@ evaluate-commands %sh{
|
||||||
join () { printf "%s" "$1" | tr -s ' \n\t' "$2"; }
|
join () { printf "%s" "$1" | tr -s ' \n\t' "$2"; }
|
||||||
|
|
||||||
printf '%s\n' "hook global WinSetOption filetype=scheme %{
|
printf '%s\n' "hook global WinSetOption filetype=scheme %{
|
||||||
set-option window static_words '$(join "$keywords:$meta:$operators:$builtins" ':' )'
|
set-option window static_words $(join "$keywords $meta $operators $builtins" ' ' )
|
||||||
}"
|
}"
|
||||||
|
|
||||||
exact_quote () {
|
exact_quote () {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user