mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-15 14:11:43 +03:00
d3be78cca2
This fixes an interaction with kak-lsp that would trigger undo group commit when setting a buffer option value.
3 lines
111 B
Plaintext
3 lines
111 B
Plaintext
decl int my_option
|
|
hook global InsertChar r %{ eval -buffer %val{buffile} %{ eval "set buffer my_option 1" } }
|