diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-02-18 16:59:02 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-02-18 16:59:02 +0100 |
commit | c525e3a1c20f6b5d9809c8b84f80090a8e416c92 (patch) | |
tree | 97e0b308f04483514caeb9fe18027583d3fae376 /src/testdir/test_alot.vim | |
parent | 3df0173fa6d0418e89ef4e9c1d04a97c92eec27c (diff) | |
download | vim-git-c525e3a1c20f6b5d9809c8b84f80090a8e416c92.tar.gz |
patch 8.0.0337: invalid memory access in :recover commandv8.0.0337
Problem: Invalid memory access in :recover command.
Solution: Avoid access before directory name. (Dominique Pelle,
closes #1488)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index d43ae4f1b..ef0edc742 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -34,6 +34,7 @@ source test_messages.vim source test_partial.vim source test_popup.vim source test_put.vim +source test_recover.vim source test_reltime.vim source test_searchpos.vim source test_set.vim |