diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-03-04 00:35:03 +0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2022-03-04 00:35:51 +0300 |
commit | 44728201820470324e70a93cf48210f0a68f56a2 (patch) | |
tree | 809560dbcddfb14ea53322ba49f6466458f6a1c4 /runtime/doc/ui.txt | |
parent | f89fb41a7a8b499159bfa44afa26dd17a845af45 (diff) | |
download | rneovim-44728201820470324e70a93cf48210f0a68f56a2.tar.gz rneovim-44728201820470324e70a93cf48210f0a68f56a2.tar.bz2 rneovim-44728201820470324e70a93cf48210f0a68f56a2.zip |
fix(docs): spelling in new underlines docs
Diffstat (limited to 'runtime/doc/ui.txt')
-rw-r--r-- | runtime/doc/ui.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index 7c394a66c2..c5e3b60079 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -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 |