aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorcbarrete <62146989+cbarrete@users.noreply.github.com>2021-07-08 03:51:40 +0200
committerGitHub <noreply@github.com>2021-07-07 18:51:40 -0700
commitbd7a0b46a9daefe36e914136d6ce347a76efc57d (patch)
tree1c3f19980d8e154dd915b794d1982a133b10fc69 /runtime/doc/syntax.txt
parent4547137aaff32b20172870a549d3a28a3c7adf1c (diff)
downloadrneovim-bd7a0b46a9daefe36e914136d6ce347a76efc57d.tar.gz
rneovim-bd7a0b46a9daefe36e914136d6ce347a76efc57d.tar.bz2
rneovim-bd7a0b46a9daefe36e914136d6ce347a76efc57d.zip
doc: remove mentions of compile-time flags #14935
Nvim always compiles everything in so those are useless at best and confusing at worst.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index bf649b5940..6c51f37ae5 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -371,9 +371,6 @@ the desired value, or restored to their default by removing the variable using
Remarks:
- Some truly ancient browsers may not show the background colors.
- From most browsers you can also print the file (in color)!
-- The latest TOhtml may actually work with older versions of Vim, but some
- features such as conceal support will not function, and the colors may be
- incorrect for an old Vim without GUI support compiled in.
Here is an example how to run the script over all .c and .h files from a
Unix shell: >
@@ -4745,8 +4742,7 @@ in their own color.
This is basically the same as >
:echo g:colors_name
< In case g:colors_name has not been defined :colo will
- output "default". When compiled without the |+eval|
- feature it will output "unknown".
+ output "default".
:colo[rscheme] {name} Load color scheme {name}. This searches 'runtimepath'
for the file "colors/{name}.(vim|lua)". The first one that
@@ -5404,9 +5400,6 @@ If your syntax causes redrawing to be slow, here are a few hints on making it
faster. To see slowness switch on some features that usually interfere, such
as 'relativenumber' and |folding|.
-Note: this is only available when compiled with the |+profile| feature.
-You many need to build Vim with "huge" features.
-
To find out what patterns are consuming most time, get an overview with this
sequence: >
:syntime on