diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-03-19 21:37:13 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-03-19 21:37:13 +0100 |
commit | 15618fa643867cf0d9c31f327022a22dff78a0cf (patch) | |
tree | 3b2d9c7ea41f496aafba01b1dc9091539e95c282 /src/testdir/test_alot.vim | |
parent | 81b9d0bd5c705815e903e671e81b0b05828efd9c (diff) | |
download | vim-git-15618fa643867cf0d9c31f327022a22dff78a0cf.tar.gz |
patch 8.0.0493: crash with cd command with very long argumentv8.0.0493
Problem: Crash with cd command with very long argument.
Solution: Check for running out of space. (Dominique pending, closes #1576)
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 33fba67c2..314a5b7f5 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -3,6 +3,7 @@ set belloff=all source test_assign.vim +source test_cd.vim source test_changedtick.vim source test_cursor_func.vim source test_delete.vim |