diff options
author | Nicolas Dumazet <ndumazet@google.com> | 2016-01-28 13:53:38 +0100 |
---|---|---|
committer | Nicolas Dumazet <ndumazet@google.com> | 2016-01-28 13:53:53 +0100 |
commit | 487609c075c89233cbb7cbf382831af6713fdbc1 (patch) | |
tree | 122f44c018619165f4c3c1146dc3ed1c528755a3 /runtime/doc/repeat.txt | |
parent | 2e000a1acd59537b6d33b0dff98e01e7f5dc0187 (diff) | |
download | rneovim-487609c075c89233cbb7cbf382831af6713fdbc1.tar.gz rneovim-487609c075c89233cbb7cbf382831af6713fdbc1.tar.bz2 rneovim-487609c075c89233cbb7cbf382831af6713fdbc1.zip |
vim-patch:0a63ded
Updated runtime files.
https://github.com/vim/vim/commit/0a63ded
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r-- | runtime/doc/repeat.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index 59dbbf3067..21b5eef811 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -1,4 +1,4 @@ -*repeat.txt* For Vim version 7.4. Last change: 2015 Jan 07 +*repeat.txt* For Vim version 7.4. Last change: 2015 Apr 13 VIM REFERENCE MANUAL by Bram Moolenaar @@ -583,6 +583,7 @@ For example, to profile the one_script.vim script file: > :prof[ile] start {fname} *:prof* *:profile* *E750* Start profiling, write the output in {fname} upon exit. + "~/" and environment variables in {fname} will be expanded. If {fname} already exists it will be silently overwritten. The variable |v:profiling| is set to one. |