aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/repeat.txt
diff options
context:
space:
mode:
authorNicolas Dumazet <ndumazet@google.com>2016-01-28 13:53:38 +0100
committerNicolas Dumazet <ndumazet@google.com>2016-01-28 13:53:53 +0100
commit487609c075c89233cbb7cbf382831af6713fdbc1 (patch)
tree122f44c018619165f4c3c1146dc3ed1c528755a3 /runtime/doc/repeat.txt
parent2e000a1acd59537b6d33b0dff98e01e7f5dc0187 (diff)
downloadrneovim-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.txt3
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.