mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-29 14:44:56 +03:00
8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
|
edit -scratch buf1
|
||
|
edit -scratch buf2
|
||
|
hook buffer BufClose buf2 %{
|
||
|
delete-buffer
|
||
|
delete-buffer buf1
|
||
|
}
|
||
|
delete-buffer
|