diff options
author | Ryan Mehri <52933714+rmehri01@users.noreply.github.com> | 2022-12-28 20:41:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-29 12:41:26 +0800 |
commit | 587fbdd7a0fdd8987e63d2932837c1ec19d5fb49 (patch) | |
tree | c5a902d559bbd57898736c8b0461a4a18f7c2cfa | |
parent | 05b6dd6e5f543083ebca581506398a8c263a2db6 (diff) | |
download | rneovim-587fbdd7a0fdd8987e63d2932837c1ec19d5fb49.tar.gz rneovim-587fbdd7a0fdd8987e63d2932837c1ec19d5fb49.tar.bz2 rneovim-587fbdd7a0fdd8987e63d2932837c1ec19d5fb49.zip |
docs: fix order of numbers in syntax.txt (#21581)
-rw-r--r-- | runtime/doc/syntax.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 3cd36f7652..e8f0924cb4 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4851,7 +4851,7 @@ Note that the ":syntax" command can be abbreviated to ":sy", although ":syn" is mostly used, because it looks better. ============================================================================== -12. Highlight command *:highlight* *:hi* *E28* *E411* *E415* +13. Highlight command *:highlight* *:hi* *E28* *E411* *E415* There are two types of highlight groups: - The built-in |highlight-groups|. @@ -5333,7 +5333,7 @@ Tooltip Current font, background and foreground of the tooltips. Applicable highlight arguments: font, guibg, guifg. ============================================================================== -13. Linking groups *:hi-link* *:highlight-link* *E412* *E413* +14. Linking groups *:hi-link* *:highlight-link* *E412* *E413* When you want to use the same highlighting for several syntax groups, you can do this more easily by linking the groups into one common highlight @@ -5492,7 +5492,7 @@ is loaded into that window or the file is reloaded. When splitting the window, the new window will use the original syntax. ============================================================================== -17. Color xterms *xterm-color* *color-xterm* +18. Color xterms *xterm-color* *color-xterm* *colortest.vim* To test your color setup, a file has been included in the Vim distribution. @@ -5502,7 +5502,7 @@ To use it, execute this command: > Nvim uses 256-color and |true-color| terminal capabilities wherever possible. ============================================================================== -18. When syntax is slow *:syntime* +19. When syntax is slow *:syntime* This is aimed at authors of a syntax file. |