comparison runtime/doc/repeat.txt @ 6757:49db2b239564

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 15 Apr 2015 13:31:24 +0200
parents 11d78e58a487
children 9487ea110214
comparison
equal deleted inserted replaced
6756:18eb70de93ff 6757:49db2b239564
1 *repeat.txt* For Vim version 7.4. Last change: 2015 Jan 07 1 *repeat.txt* For Vim version 7.4. Last change: 2015 Apr 13
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
598 :exit 598 :exit
599 599
600 600
601 :prof[ile] start {fname} *:prof* *:profile* *E750* 601 :prof[ile] start {fname} *:prof* *:profile* *E750*
602 Start profiling, write the output in {fname} upon exit. 602 Start profiling, write the output in {fname} upon exit.
603 "~/" and environment variables in {fname} will be expanded.
603 If {fname} already exists it will be silently overwritten. 604 If {fname} already exists it will be silently overwritten.
604 The variable |v:profiling| is set to one. 605 The variable |v:profiling| is set to one.
605 606
606 :prof[ile] pause 607 :prof[ile] pause
607 Don't profile until the following ":profile continue". Can be 608 Don't profile until the following ":profile continue". Can be