diff 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 diff
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -16,5 +16,6 @@ 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