view src/testdir/test_alot.vim @ 7586:9fc996244059 v7.4.1093

commit https://github.com/vim/vim/commit/24c4d539eed33e8073f8f9fe2bee497bbba935a4 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 15 15:37:20 2016 +0100 patch 7.4.1093 Problem: Typo in test goes unnoticed. Solution: Fix the typo. Give error for wrong arguments to cursor(). (partly by Hirohito Higashi) Add a test for cursor().
author Christian Brabandt <cb@256bit.org>
date Fri, 15 Jan 2016 15:45:06 +0100
parents 3fcd3d235f7b
children 228ff048db20
line wrap: on
line source

" A series of tests that can run in one Vim invocation.
" This makes testing go faster, since Vim doesn't need to restart.

source test_backspace_opt.vim
source test_cursor_func.vim
source test_lispwords.vim
source test_menu.vim
source test_searchpos.vim
source test_set.vim
source test_sort.vim
source test_undolevels.vim
source test_unlet.vim