comparison src/testdir/test_alot.vim @ 7765:9c0d554a497e v7.4.1180

commit https://github.com/vim/vim/commit/7465c6375fd60eab603681bcad8a8744ddc31614 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 25 22:20:27 2016 +0100 patch 7.4.1180 Problem: Crash with invalid argument to glob2regpat(). Solution: Check for NULL. (Justin M. Keyes, closes https://github.com/vim/vim/issues/596) Add a test.
author Christian Brabandt <cb@256bit.org>
date Mon, 25 Jan 2016 22:30:05 +0100
parents bce3b5ddb393
children 22367b9f528a
comparison
equal deleted inserted replaced
7764:c500ad63925b 7765:9c0d554a497e
3 3
4 source test_backspace_opt.vim 4 source test_backspace_opt.vim
5 source test_cursor_func.vim 5 source test_cursor_func.vim
6 source test_delete.vim 6 source test_delete.vim
7 source test_expand.vim 7 source test_expand.vim
8 source test_glob2regpat.vim
8 source test_json.vim 9 source test_json.vim
9 source test_lispwords.vim 10 source test_lispwords.vim
10 source test_menu.vim 11 source test_menu.vim
11 source test_searchpos.vim 12 source test_searchpos.vim
12 source test_set.vim 13 source test_set.vim