mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-30 23:37:17 +03:00
6 lines
209 B
Plaintext
6 lines
209 B
Plaintext
decl str foo
|
|
hook global BufSetOption foo=.* %{ exec ifoo<esc> }
|
|
set-option buffer foo value # triggers hook
|
|
set-option global foo value # does not trigger hook
|
|
unset-option buffer foo # does not trigger hook
|