kakoune/test/regression/704-crash-when-using-a-hook-on-NormalBegin-and-NormalEnd/rc

3 lines
70 B
Plaintext
Raw Normal View History

hook global NormalBegin .* 'exec s'
hook global NormalEnd .* 'exec s'