comparison src/testdir/test_alot.vim @ 10896:d513b653f5d0 v8.0.0337

patch 8.0.0337: invalid memory access in :recover command commit https://github.com/vim/vim/commit/c525e3a1c20f6b5d9809c8b84f80090a8e416c92 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 18 16:59:02 2017 +0100 patch 8.0.0337: invalid memory access in :recover command Problem: Invalid memory access in :recover command. Solution: Avoid access before directory name. (Dominique Pelle, closes #1488)
author Christian Brabandt <cb@256bit.org>
date Sat, 18 Feb 2017 17:00:05 +0100
parents 5780bd3a5a7e
children a479b7064550
comparison
equal deleted inserted replaced
10895:c391bfbdb452 10896:d513b653f5d0
32 source test_mapping.vim 32 source test_mapping.vim
33 source test_messages.vim 33 source test_messages.vim
34 source test_partial.vim 34 source test_partial.vim
35 source test_popup.vim 35 source test_popup.vim
36 source test_put.vim 36 source test_put.vim
37 source test_recover.vim
37 source test_reltime.vim 38 source test_reltime.vim
38 source test_searchpos.vim 39 source test_searchpos.vim
39 source test_set.vim 40 source test_set.vim
40 source test_sort.vim 41 source test_sort.vim
41 source test_statusline.vim 42 source test_statusline.vim