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