comparison src/testdir/test_alot.vim @ 7293:979f8a595326 v7.4.952

commit https://github.com/vim/vim/commit/6cd1345307440491580e5e86cb82c54ee9a46baa Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 3 16:54:53 2015 +0100 patch 7.4.952 Problem: 'lispwords' is tested in the old way. Solution: Make a new style test for 'lispwords'.
author Christian Brabandt <cb@256bit.org>
date Thu, 03 Dec 2015 17:00:05 +0100
parents 6ffc75d807bd
children 6fbeef3b65e6
comparison
equal deleted inserted replaced
7292:ac824bb0b755 7293:979f8a595326
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 source test_lispwords.vim
5 source test_sort.vim
4 source test_undolevels.vim 6 source test_undolevels.vim
5 source test_sort.vim