aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorMichael Reed <Pyrohh@users.noreply.github.com>2016-01-28 19:05:50 -0500
committerMichael Reed <Pyrohh@users.noreply.github.com>2016-01-28 19:05:50 -0500
commitaa8b3b60ee03e4b6a5e664bc16f177893b2ba309 (patch)
treeb4c47d35af9f035309b69bc33e0854d05884cf95 /runtime/doc
parent73e83e85662e201f84786134573070135cec05ed (diff)
parent92f889dada94bb35366fb433d2f4ea71e0f3bab5 (diff)
downloadrneovim-aa8b3b60ee03e4b6a5e664bc16f177893b2ba309.tar.gz
rneovim-aa8b3b60ee03e4b6a5e664bc16f177893b2ba309.tar.bz2
rneovim-aa8b3b60ee03e4b6a5e664bc16f177893b2ba309.zip
Merge pull request #4118 from nicdumz/vim-83d1b19
[RFC] vim-patch: 3 runtime commits
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/help.txt12
-rw-r--r--runtime/doc/repeat.txt3
2 files changed, 3 insertions, 12 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt
index 3d44ed83d7..19bcb35da8 100644
--- a/runtime/doc/help.txt
+++ b/runtime/doc/help.txt
@@ -1,4 +1,4 @@
-*help.txt* For Vim version 7.4. Last change: 2015 Apr 11
+*help.txt* For Vim version 7.4. Last change: 2015 Apr 15
VIM - main help file
k
@@ -171,16 +171,6 @@ Standard plugins ~
|pi_zip.txt| Zip archive explorer
LOCAL ADDITIONS: *local-additions*
-|Mines.txt| The Mines Game Jul 30, 2009
-|Tabular.txt| Configurable, flexible, intuitive text aligning
-|cecutil.txt| DrChip's Utilities Jun 11, 2004
-|example.txt| Example for a locally added help file
-|matchit.txt| Extended "%" matching
-|pi_netrw.txt| For Vim version 7.4. Last change: 2014 Jul 09
-|synchk.txt| Syntax Checker May 15, 2013
-|test.txt| Testing the hélp cömmånd nôw
-|typecorr.txt| Plugin for correcting typing mistakes
-|helpp.txt| Dummy line to avoid an error message
------------------------------------------------------------------------------
*bars* Bars example
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.