mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(docs): spelling in new underlines docs
This commit is contained in:
parent
f89fb41a7a
commit
4472820182
@ -4898,9 +4898,9 @@ cterm={attr-list} *attr-list* *highlight-cterm* *E418*
|
||||
|
||||
Note that "bold" can be used here and by using a bold font. They
|
||||
have the same effect.
|
||||
"underlineline", "undercurl", "underdot", and "underdash" falls back
|
||||
to "underline" in a terminal that does not support it. The color is set
|
||||
using |highlight-guisp|.
|
||||
"underlineline", "undercurl", "underdot", and "underdash" fall back
|
||||
to "underline" in a terminal that does not support them. The color is
|
||||
set using |highlight-guisp|.
|
||||
|
||||
start={term-list} *highlight-start* *E422*
|
||||
stop={term-list} *term-list* *highlight-stop*
|
||||
|
@ -293,11 +293,11 @@ numerical highlight ids to the actual attributes.
|
||||
`bold`: bold text.
|
||||
`strikethrough`: struckthrough text.
|
||||
`underline`: underlined text. The line has `special` color.
|
||||
`underlineline`: double underlined text. The lines has `special`
|
||||
`underlineline`: double underlined text. The lines have `special`
|
||||
color.
|
||||
`undercurl`: undercurled text. The curl has `special` color.
|
||||
`underdot`: underdotted text. The dots has `special` color.
|
||||
`underdash`: underdashed text. The dashes has `special` color.
|
||||
`underdot`: underdotted text. The dots have `special` color.
|
||||
`underdash`: underdashed text. The dashes have `special` color.
|
||||
`blend`: Blend level (0-100). Could be used by UIs to
|
||||
support blending floating windows to the
|
||||
background or to signal a transparent cursor.
|
||||
@ -456,10 +456,10 @@ is not active. New UIs should implement |ui-linegrid| instead.
|
||||
`bold`: bold text.
|
||||
`strikethrough`: struckthrough text.
|
||||
`underline`: underlined text. The line has `special` color.
|
||||
`underlineline`: double underlined text. The lines has `special` color.
|
||||
`underlineline`: double underlined text. The lines have `special` color.
|
||||
`undercurl`: undercurled text. The curl has `special` color.
|
||||
`underdot`: underdotted text. The dots has `special` color.
|
||||
`underdash`: underdashed text. The dashes has `special` color.
|
||||
`underdot`: underdotted text. The dots have `special` color.
|
||||
`underdash`: underdashed text. The dashes have `special` color.
|
||||
|
||||
["put", text]
|
||||
The (utf-8 encoded) string `text` is put at the cursor position
|
||||
|
Loading…
Reference in New Issue
Block a user