summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-02-18 16:59:02 +0100
committerBram Moolenaar <Bram@vim.org>2017-02-18 16:59:02 +0100
commitc525e3a1c20f6b5d9809c8b84f80090a8e416c92 (patch)
tree97e0b308f04483514caeb9fe18027583d3fae376 /src/testdir/test_alot.vim
parent3df0173fa6d0418e89ef4e9c1d04a97c92eec27c (diff)
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.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index d43ae4f1b7..ef0edc742e 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