diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2015-01-12 10:13:51 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-01-12 10:13:51 -0500 |
| commit | 4c55c34efaabaa151391edf59c59a14411a79d8c (patch) | |
| tree | 47e1caa73bf442035dc3a929c866c27df778dc2b /test/functional/ui/highlight_spec.lua | |
| parent | c53852a244fd78bcf11e37ddc94e8a847e80062a (diff) | |
| parent | 62c1daffe028185030d0d8e95dc2c6532457b4fa (diff) | |
| download | rneovim-4c55c34efaabaa151391edf59c59a14411a79d8c.tar.gz rneovim-4c55c34efaabaa151391edf59c59a14411a79d8c.tar.bz2 rneovim-4c55c34efaabaa151391edf59c59a14411a79d8c.zip | |
Merge pull request #1657 from tarruda/abstract-ui-fixes
[WIP] "abstract_ui" fixes and improvements
Diffstat (limited to 'test/functional/ui/highlight_spec.lua')
| -rw-r--r-- | test/functional/ui/highlight_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/ui/highlight_spec.lua b/test/functional/ui/highlight_spec.lua index 3c55c09f95..9ab86f401f 100644 --- a/test/functional/ui/highlight_spec.lua +++ b/test/functional/ui/highlight_spec.lua @@ -142,7 +142,6 @@ describe('Default highlight groups', function() end) it('end of file markers', function() - nvim('command', 'hi Normal guibg=black') screen:expect([[ ^ | {1:~ }| |
