summaryrefslogtreecommitdiffstats
path: root/runtime/doc/repeat.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-21 21:29:36 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-21 21:29:36 +0000
commit433f7c88d56bb8fd99082314055305a656462a13 (patch)
tree5e23837d28ffd97fa77f99e4dea346d087e5f323 /runtime/doc/repeat.txt
parent76916e60ed6296aff1b855408b81cc08b8e07257 (diff)
updated for version 7.0231
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r--runtime/doc/repeat.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
index 2353d3a683..5135db6018 100644
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -1,4 +1,4 @@
-*repeat.txt* For Vim version 7.0aa. Last change: 2006 Mar 20
+*repeat.txt* For Vim version 7.0aa. Last change: 2006 Mar 21
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -561,6 +561,9 @@ functions and/or scripts. The |+profile| feature is required for this.
It is only included when Vim was compiled with "huge" features.
{Vi does not have profiling}
+You can also use the |reltime()| function to measure time. This only requires
+the |+reltime| feature, which is present more often.
+
:prof[ile] start {fname} *:prof* *:profile* *E750*
Start profiling, write the output in {fname} upon exit.
If {fname} already exists it will be silently overwritten.