diff options
| author | ckelsel <ckelsel@hotmail.com> | 2017-10-09 21:17:15 +0800 | 
|---|---|---|
| committer | ckelsel <ckelsel@hotmail.com> | 2017-10-10 14:50:13 +0800 | 
| commit | d2b0c5838a999483a59953755e8c52507b0420b8 (patch) | |
| tree | 97d44e212a3287b9967f0006cd4d587a77de72cd /test/functional/ui/highlight_spec.lua | |
| parent | 5d369ad3843bbc0a3541827284f55430ec4f46e4 (diff) | |
| parent | ceb40c0411843b35005f019bf2c61f22572afcdf (diff) | |
| download | rneovim-d2b0c5838a999483a59953755e8c52507b0420b8.tar.gz rneovim-d2b0c5838a999483a59953755e8c52507b0420b8.tar.bz2 rneovim-d2b0c5838a999483a59953755e8c52507b0420b8.zip | |
Merge branch 'master' of github.com:ckelsel/neovim into vim-8.0.0101
Diffstat (limited to 'test/functional/ui/highlight_spec.lua')
| -rw-r--r-- | test/functional/ui/highlight_spec.lua | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/test/functional/ui/highlight_spec.lua b/test/functional/ui/highlight_spec.lua index d1357ea525..077b0ec14c 100644 --- a/test/functional/ui/highlight_spec.lua +++ b/test/functional/ui/highlight_spec.lua @@ -518,7 +518,7 @@ describe("'listchars' highlight", function()      ]])      feed_command('set cursorline')      screen:expect([[ -      {2:^>-------.}{1:abcd}{2:.}{1:Lorem}{4:>}| +      {2:^>-------.}{1:abcd}{2:.}{1:Lorem}{3:>}|        {5:>-------.}abcd{5:*}{4:¬}     |        {4:¬}                   |        {4:~                   }| @@ -526,7 +526,7 @@ describe("'listchars' highlight", function()      ]])      feed('$')      screen:expect([[ -      {4:<}{1:r}{2:.}{1:sit}{2:.}{1:ame^t}{3:¬}{1:        }| +      {3:<}{1:r}{2:.}{1:sit}{2:.}{1:ame^t}{3:¬}{1:        }|        {4:<}                   |        {4:<}                   |        {4:~                   }| @@ -607,7 +607,7 @@ describe("'listchars' highlight", function()      feed('<esc>$')      screen:expect([[        {4:<}                   | -      {4:<}{1:r}{2:.}{1:sit}{2:.}{1:ame^t}{3:¬}{1:        }| +      {3:<}{1:r}{2:.}{1:sit}{2:.}{1:ame^t}{3:¬}{1:        }|        {4:<}                   |        {4:~                   }|                            | | 
