diff options
author | Matthieu Coudron <mattator@gmail.com> | 2017-08-15 18:03:06 +0200 |
---|---|---|
committer | Matthieu Coudron <mattator@gmail.com> | 2017-08-22 12:37:59 +0200 |
commit | 4d91369fd752bec5a5ffc15dc094c794b09b1f12 (patch) | |
tree | e6c1b589678650a70a1839e05a4e28daf7c8fa24 /test/functional/legacy/051_highlight_spec.lua | |
parent | 9ff0cc70855fc3eb11ad0162ee02e742f354d360 (diff) | |
download | rneovim-4d91369fd752bec5a5ffc15dc094c794b09b1f12.tar.gz rneovim-4d91369fd752bec5a5ffc15dc094c794b09b1f12.tar.bz2 rneovim-4d91369fd752bec5a5ffc15dc094c794b09b1f12.zip |
syntax.c: register 'Normal' highlight group
- :hi Normal works with -u NONE
- Makes HL_TABLE and ATTR_ENTYRY a function instead of a macro so that in can be used in gdb.
- Introduces ATTRENTRY_INIT to init attrentry_t
Diffstat (limited to 'test/functional/legacy/051_highlight_spec.lua')
-rw-r--r-- | test/functional/legacy/051_highlight_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/legacy/051_highlight_spec.lua b/test/functional/legacy/051_highlight_spec.lua index 60d29246ff..2ef74196ee 100644 --- a/test/functional/legacy/051_highlight_spec.lua +++ b/test/functional/legacy/051_highlight_spec.lua @@ -37,6 +37,7 @@ describe(':highlight', function() feed('q') wait() -- wait until we're back to normal command('hi Search') + command('hi Normal') -- Test setting colors. -- Test clearing one color and all doesn't generate error or warning |