11 lines
168 B
Plaintext
11 lines
168 B
Plaintext
|
decl str _
|
||
|
|
||
|
hook global BufCreate \*test\* %{
|
||
|
hook buffer BufSetOption _=.+ 'exec "i%opt{_}"'
|
||
|
}
|
||
|
|
||
|
def test %{
|
||
|
edit -scratch *test*
|
||
|
set buffer=*test* _ "k"
|
||
|
}
|