diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-26 22:34:35 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-26 22:34:35 +0000 |
commit | d9fba318b8465da7da0b19ec1b38f9371f46a173 (patch) | |
tree | f6182362e8cae65951ed71a8016d45e2bd4dc58a /runtime/doc/repeat.txt | |
parent | 80b29f273dd54bb716f8da4e97614d53b7c9540f (diff) | |
download | vim-git-d9fba318b8465da7da0b19ec1b38f9371f46a173.tar.gz |
updated for version 7.0094v7.0094
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r-- | runtime/doc/repeat.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index c08f12303..20c3673be 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -1,4 +1,4 @@ -*repeat.txt* For Vim version 7.0aa. Last change: 2005 Jun 25 +*repeat.txt* For Vim version 7.0aa. Last change: 2005 Jun 26 VIM REFERENCE MANUAL by Bram Moolenaar @@ -579,6 +579,11 @@ It is only included when Vim was compiled with "huge" features. this command. +:profd[el] ... *:profd* *:profdel* + Stop profiling for the arguments specified. See |:breakdel| + for the arguments. + + You must always start with a ":profile start fname" command. The resulting file is written when Vim exits. Here is an example of the output, with line numbers prepended for the explanation: |