diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-05-01 13:31:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-01 13:31:49 +0200 |
commit | 65b4bf055f58eb622f59188c3bace2519cb777b1 (patch) | |
tree | 6088169ef3670ae84eb3dfbc9e437af520cffce2 /runtime/doc/syntax.txt | |
parent | d9dcfd0219d51add74e6d93d5d1408be4b47bd97 (diff) | |
download | rneovim-65b4bf055f58eb622f59188c3bace2519cb777b1.tar.gz rneovim-65b4bf055f58eb622f59188c3bace2519cb777b1.tar.bz2 rneovim-65b4bf055f58eb622f59188c3bace2519cb777b1.zip |
docs: syntax is enabled by default (#17637)
`:syntax enable` is no longer necessary (and may even be harmful). Do not recommend it in `usr_05.txt` and `usr_06.txt`, and mention the new default in `syntax.txt`.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index b97f158c31..2a78d975ee 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -26,7 +26,8 @@ In the User Manual: 1. Quick start *:syn-qstart* *:syn-enable* *:syntax-enable* *:syn-on* *:syntax-on* -This command switches on syntax highlighting: > +Syntax highlighting is enabled by default. If you need to enable it again +after it was disabled (see below), use: > :syntax enable |