vim-patch:9c4389a: runtime(doc): Fix small style issues (#29263)

closes: vim/vim#14942

9c4389acc3

Co-authored-by: h-east <h.east.727@gmail.com>
This commit is contained in:
zeertzjq 2024-06-10 06:47:30 +08:00 committed by GitHub
parent a056cc1300
commit 40329f32d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View File

@ -686,7 +686,7 @@ You might want to select the font used for the menus. Unfortunately this
doesn't always work. See the system specific remarks below, and 'langmenu'. doesn't always work. See the system specific remarks below, and 'langmenu'.
USING UTF-8 IN X-Windows *utf-8-in-xwindows* USING UTF-8 IN X-WINDOWS *utf-8-in-xwindows*
You need to specify a font to be used. For double-wide characters another You need to specify a font to be used. For double-wide characters another
font is required, which is exactly twice as wide. There are three ways to do font is required, which is exactly twice as wide. There are three ways to do

View File

@ -1296,7 +1296,7 @@ passed to make, say :make html or :make pdf.
Additional arguments can be passed to pandoc: Additional arguments can be passed to pandoc:
- either by appending them to make, say `:make html --self-contained` . - either by appending them to make, say `:make html --self-contained` .
- or setting them in `b:pandoc_compiler_args` or `g:pandoc_compiler_args` - or setting them in `b:pandoc_compiler_args` or `g:pandoc_compiler_args`.
PERL *quickfix-perl* *compiler-perl* PERL *quickfix-perl* *compiler-perl*

View File

@ -466,14 +466,14 @@ ASTRO *astro.vim* *ft-astro-syntax*
Configuration Configuration
The following variables control certain syntax highlighting features. The following variables control certain syntax highlighting features.
You can add them to your .vimrc: > You can add them to your .vimrc.
To enables TypeScript and TSX for ".astro" files (default "disable"): >
let g:astro_typescript = "enable" let g:astro_typescript = "enable"
< <
Enables TypeScript and TSX for ".astro" files. Default Value: "disable" > To enables Stylus for ".astro" files (default "disable"): >
let g:astro_stylus = "enable" let g:astro_stylus = "enable"
< <
Enables Stylus for ".astro" files. Default Value: "disable"
NOTE: You need to install an external plugin to support stylus in astro files. NOTE: You need to install an external plugin to support stylus in astro files.
@ -1437,7 +1437,7 @@ Note: Syntax folding might slow down syntax highlighting significantly,
especially for large files. especially for large files.
HTML/OS (by Aestiva) *htmlos.vim* *ft-htmlos-syntax* HTML/OS (BY AESTIVA) *htmlos.vim* *ft-htmlos-syntax*
The coloring scheme for HTML/OS works as follows: The coloring scheme for HTML/OS works as follows: