summaryrefslogtreecommitdiff
path: root/src/testdir/test_syn_attr.vim
AgeCommit message (Collapse)Author
2016-07-19patch 7.4.2073Bram Moolenaar
Problem: rgb.txt is read for every color name. Solution: Load rgb.txt once. (Christian Brabandt) Add a test.
2016-05-28patch 7.4.1851Bram Moolenaar
Problem: test_syn_attr failes when using the GUI. (Dominique Pelle) Solution: Escape the font name properly.
2016-03-12patch 7.4.1549Bram Moolenaar
Problem: Test for syntax attributes fails in Win32 GUI. Solution: Use an existing font name.
2016-03-12patch 7.4.1547Bram Moolenaar
Problem: Getting a cterm highlight attribute that is not set results in the string "-1". Solution: Return an empty string. (Taro Muraoka)