view src/testdir/test_alot.vim @ 8514:260d01c1cd17 v7.4.1547

commit https://github.com/vim/vim/commit/385111bd86e0b38667879c3e89506ca1ae98e1df Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 12 19:23:00 2016 +0100 patch 7.4.1547 Problem: Getting a cterm highlight attribute that is not set results in the string "-1". Solution: Return an empty string. (Taro Muraoka)
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Mar 2016 19:30:04 +0100
parents 5104f96b6ecf
children c337c813c64d
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_assign.vim
source test_backspace_opt.vim
source test_cursor_func.vim
source test_delete.vim
source test_expand.vim
source test_feedkeys.vim
source test_file_perm.vim
source test_glob2regpat.vim
source test_join.vim
source test_lispwords.vim
source test_menu.vim
source test_reltime.vim
source test_searchpos.vim
source test_set.vim
source test_sort.vim
source test_syn_attr.vim
source test_undolevels.vim
source test_unlet.vim