summaryrefslogtreecommitdiffstats
path: root/runtime/doc/starting.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-27 21:58:42 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-27 21:58:42 +0200
commit818078ddfbb8cc2546f697c5675a251d095722ec (patch)
tree96d4917c3f1631e1a2e6919c6989b5b2fe84d003 /runtime/doc/starting.txt
parent73d4e4c8922f6f4d256f910a18f47c0c3a48c28b (diff)
Updated runtime files and translations.
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r--runtime/doc/starting.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index aaa487606a..46a4c9f5e5 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1,4 +1,4 @@
-*starting.txt* For Vim version 7.4. Last change: 2016 Aug 23
+*starting.txt* For Vim version 7.4. Last change: 2016 Aug 26
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1632,7 +1632,7 @@ most of the information will be restored).
afterwards with `:rviminfo!`. Also see |v:oldfiles|.
The number can be used with |c_#<|.
The output can be filtered with |:filter|, e.g.: >
- filter /\\.vim/ oldfiles
+ filter /\.vim/ oldfiles
< The filtering happens on the file name.
{not in Vi, only when compiled with the |+eval|
feature}