diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2015-04-14 17:44:47 +0200 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2015-11-10 02:49:47 +0100 |
commit | 588bf76650d6d645403e70437c649e7759430c05 (patch) | |
tree | 59405369f1989d67f00ff3b44253211009367c4c /runtime/doc | |
parent | 69085113b3c21d2dd41e4bbf1e4dd1b6425feddd (diff) | |
download | rneovim-588bf76650d6d645403e70437c649e7759430c05.tar.gz rneovim-588bf76650d6d645403e70437c649e7759430c05.tar.bz2 rneovim-588bf76650d6d645403e70437c649e7759430c05.zip |
Add ":profile dump"
Currently the logfile (":profile start {logfile}") only gets written when Vim
exits. This new command allows to dump the log immediately without exiting.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/repeat.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index 75384832ec..eae2c3867e 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -609,6 +609,9 @@ For example, to profile the one_script.vim script file: > after this command. A :profile command in the script itself won't work. +:prof[ile] dump + Don't wait until exiting Vim and write the current state of + profiling to the log immediately. :profd[el] ... *:profd* *:profdel* Stop profiling for the arguments specified. See |:breakdel| |