diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-10-06 07:30:36 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2024-10-06 07:44:34 +0800 |
commit | dc704160b114c4b61712b66300c41641004a7b58 (patch) | |
tree | 7b37a149007dc8077d535509b68c316d531cd9f3 | |
parent | a4ebea18f1acb7c3069540f06361436b9675e3ab (diff) | |
download | rneovim-dc704160b114c4b61712b66300c41641004a7b58.tar.gz rneovim-dc704160b114c4b61712b66300c41641004a7b58.tar.bz2 rneovim-dc704160b114c4b61712b66300c41641004a7b58.zip |
vim-patch:partial:738ebfe: runtime(doc): Fix style in documents
closes: vim/vim#15801
https://github.com/vim/vim/commit/738ebfea4144dde3d6f25431631d7b821ca22d4d
Co-authored-by: h-east <h.east.727@gmail.com>
-rw-r--r-- | runtime/doc/syntax.txt | 2 | ||||
-rw-r--r-- | runtime/doc/usr_toc.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index aae806f826..679fab946f 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1723,7 +1723,7 @@ optionality will be discontinued. JSON *json.vim* *ft-json-syntax* *g:vim_json_conceal* - *g:vim_json_warnings* + *g:vim_json_warnings* The json syntax file provides syntax highlighting with conceal support by default. To disable concealment: > diff --git a/runtime/doc/usr_toc.txt b/runtime/doc/usr_toc.txt index f4de945ada..d1770ddcd5 100644 --- a/runtime/doc/usr_toc.txt +++ b/runtime/doc/usr_toc.txt @@ -2,7 +2,7 @@ VIM USER MANUAL - by Bram Moolenaar - Table Of Contents *user-manual* *usr* + Table Of Contents *user-manual* *usr* ============================================================================== Overview |