1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-11 12:44:59 +03:00
kakoune/test/compose/history/rc

7 lines
193 B
Plaintext
Raw Normal View History

# Make our expansion have a predictable timestamp
hook global ClientClose .* %{
nop %sh{
kak -f 'ghf<space>lwc$timestamp<esc>3f<space>lwc$timestamp<esc>' kak_quoted_history
}
}