mirror of
https://github.com/neovim/neovim.git
synced 2026-01-30 08:34:30 +00:00
docs: fix typos (#18269)
Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: Dan Sully <dan+github@sully.org> Co-authored-by: saher <msaher.shair@gmail.com> Co-authored-by: Stephan Seitz <stephan.seitz@fau.de> Co-authored-by: Benedikt Müller <d12bb@posteo.de> Co-authored-by: Andrey Mishchenko <mishchea@gmail.com> Co-authored-by: Famiu Haque <famiuhaque@protonmail.com> Co-authored-by: Oliver Marriott <hello@omarriott.com>
This commit is contained in:
@@ -153,7 +153,7 @@ describe('API/win', function()
|
||||
[1] = {bold = true, foreground = Screen.colors.Blue}, -- NonText
|
||||
[2] = {background = Screen.colors.Grey90}, -- CursorLine
|
||||
[3] = {bold = true, reverse = true}, -- StatusLine
|
||||
[4] = {reverse = true}, -- VertSplit, StatusLineNC
|
||||
[4] = {reverse = true}, -- StatusLineNC
|
||||
})
|
||||
screen:attach()
|
||||
command('set ruler')
|
||||
|
||||
@@ -61,7 +61,7 @@ describe('display', function()
|
||||
screen:set_default_attr_ids({
|
||||
[1] = {bold = true, foreground = Screen.colors.Blue}, -- NonText
|
||||
[2] = {bold = true, reverse = true}, -- StatusLine
|
||||
[3] = {reverse = true}, -- VertSplit, StatusLineNC
|
||||
[3] = {reverse = true}, -- StatusLineNC
|
||||
})
|
||||
screen:attach()
|
||||
exec([[
|
||||
|
||||
@@ -105,7 +105,7 @@ describe("'listchars'", function()
|
||||
screen:set_default_attr_ids({
|
||||
[1] = {bold = true, foreground = Screen.colors.Blue}, -- NonText
|
||||
[2] = {bold = true, reverse = true}, -- StatusLine
|
||||
[3] = {reverse = true}, -- StatusLineNC, VertSplit
|
||||
[3] = {reverse = true}, -- StatusLineNC
|
||||
[4] = {background = Screen.colors.Grey, foreground = Screen.colors.DarkBlue}, -- FoldColumn, SignColumn
|
||||
})
|
||||
screen:attach()
|
||||
|
||||
@@ -18,7 +18,7 @@ describe('statusline', function()
|
||||
screen:set_default_attr_ids({
|
||||
[1] = {bold = true, foreground = Screen.colors.Blue}, -- NonText
|
||||
[2] = {bold = true, reverse = true}, -- StatusLine
|
||||
[3] = {reverse = true}, -- StatusLineNC, VertSplit
|
||||
[3] = {reverse = true}, -- StatusLineNC
|
||||
})
|
||||
exec([[
|
||||
setlocal statusline=-%{mode()}-
|
||||
|
||||
@@ -13,7 +13,7 @@ describe("'cursorbind'", function()
|
||||
screen:set_default_attr_ids({
|
||||
[1] = {bold = true, foreground = Screen.colors.Blue}, -- NonText
|
||||
[2] = {bold = true, reverse = true}, -- StatusLine
|
||||
[3] = {reverse = true}, -- StatusLineNC, VertSplit
|
||||
[3] = {reverse = true}, -- StatusLineNC
|
||||
[4] = {background = Screen.colors.Grey90}, -- CursorLine, CursorColumn
|
||||
})
|
||||
screen:attach()
|
||||
|
||||
Reference in New Issue
Block a user