diff options
author | cbarrete <62146989+cbarrete@users.noreply.github.com> | 2021-07-08 03:51:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 18:51:40 -0700 |
commit | bd7a0b46a9daefe36e914136d6ce347a76efc57d (patch) | |
tree | 1c3f19980d8e154dd915b794d1982a133b10fc69 /runtime/doc/repeat.txt | |
parent | 4547137aaff32b20172870a549d3a28a3c7adf1c (diff) | |
download | rneovim-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/repeat.txt')
-rw-r--r-- | runtime/doc/repeat.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index 9add4d6460..a91aa4d2a0 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -903,11 +903,9 @@ OBSCURE Profiling *profile* *profiling* Profiling means that Vim measures the time that is spent on executing -functions and/or scripts. The |+profile| feature is required for this. -It is only included when Vim was compiled with "huge" features. +functions and/or scripts. -You can also use the |reltime()| function to measure time. This only requires -the |+reltime| feature, which is present more often. +You can also use the |reltime()| function to measure time. For profiling syntax highlighting see |:syntime|. |