Add regression test for crash on BufSetOption hook

This commit is contained in:
Maxime Coste 2018-05-21 20:36:25 +10:00
parent 56e2174cf6
commit 878d2a4bdb
4 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
:db<ret>:e out<ret>

View File

@ -0,0 +1 @@

View File

@ -0,0 +1 @@

View File

@ -0,0 +1,2 @@
declare-option str foo
hook global BufSetOption 'indentwidth=(\d+)' %{set buffer foo bar}