mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
@@ -156,6 +156,9 @@ describe('Signs', function()
|
||||
{0:~ }|
|
||||
|
|
||||
]])
|
||||
-- Check that 'statuscolumn' correctly applies numhl
|
||||
command('set statuscolumn=%s%=%l\\ ')
|
||||
screen:expect_unchanged()
|
||||
end)
|
||||
|
||||
it('highlights the cursorline sign with culhl', function()
|
||||
@@ -233,11 +236,13 @@ describe('Signs', function()
|
||||
|
|
||||
]])
|
||||
command('set cursorlineopt=number')
|
||||
command('hi! link SignColumn IncSearch')
|
||||
feed('Go<esc>2G')
|
||||
screen:expect([[
|
||||
{1:>>}a |
|
||||
{8:>>}^b |
|
||||
{1:>>}c |
|
||||
{0:~ }|
|
||||
{5: } |
|
||||
{0:~ }|
|
||||
{0:~ }|
|
||||
{0:~ }|
|
||||
@@ -249,6 +254,9 @@ describe('Signs', function()
|
||||
{0:~ }|
|
||||
|
|
||||
]])
|
||||
-- Check that 'statuscolumn' cursorline/signcolumn highlights are the same (#21726)
|
||||
command('set statuscolumn=%s')
|
||||
screen:expect_unchanged()
|
||||
end)
|
||||
|
||||
it('multiple signs #9295', function()
|
||||
|
||||
Reference in New Issue
Block a user