comparison src/testdir/test_alot.vim @ 11213:290f5f6a2bac v8.0.0493

patch 8.0.0493: crash with cd command with very long argument commit https://github.com/vim/vim/commit/15618fa643867cf0d9c31f327022a22dff78a0cf Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 19 21:37:13 2017 +0100 patch 8.0.0493: crash with cd command with very long argument Problem: Crash with cd command with very long argument. Solution: Check for running out of space. (Dominique pending, closes https://github.com/vim/vim/issues/1576)
author Christian Brabandt <cb@256bit.org>
date Sun, 19 Mar 2017 21:45:05 +0100
parents 7f355d8cd634
children d3415ec1cdaf
comparison
equal deleted inserted replaced
11212:22a64df8374b 11213:290f5f6a2bac
1 " A series of tests that can run in one Vim invocation. 1 " A series of tests that can run in one Vim invocation.
2 " This makes testing go faster, since Vim doesn't need to restart. 2 " This makes testing go faster, since Vim doesn't need to restart.
3 3
4 set belloff=all 4 set belloff=all
5 source test_assign.vim 5 source test_assign.vim
6 source test_cd.vim
6 source test_changedtick.vim 7 source test_changedtick.vim
7 source test_cursor_func.vim 8 source test_cursor_func.vim
8 source test_delete.vim 9 source test_delete.vim
9 source test_ex_undo.vim 10 source test_ex_undo.vim
10 source test_execute_func.vim 11 source test_execute_func.vim