commit | faf29d7f91477c25c85d9d7165d90e8d8f1c512e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 09 11:07:16 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 09 11:07:16 2017 +0200 |
tree | 937fb2302b208788ad6e9dda3bf94dd2f290350b | |
parent | c577d813b7978345dec4310b2d8f5d5624a681f6 [diff] [blame] |
patch 8.0.0703: illegal memory access with empty :doau command Problem: Illegal memory access with empty :doau command. Solution: Check the event for being out of range. (James McCoy)
diff --git a/src/testdir/test_autocmd.vim b/src/testdir/test_autocmd.vim index ef28034..54a2b3f 100644 --- a/src/testdir/test_autocmd.vim +++ b/src/testdir/test_autocmd.vim
@@ -418,3 +418,7 @@ call delete(file) endfor endfunc + +func Test_empty_doau() + doau \| +endfunc