diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-27 21:58:42 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-27 21:58:42 +0200 |
commit | 818078ddfbb8cc2546f697c5675a251d095722ec (patch) | |
tree | 96d4917c3f1631e1a2e6919c6989b5b2fe84d003 /runtime/doc/starting.txt | |
parent | 73d4e4c8922f6f4d256f910a18f47c0c3a48c28b (diff) | |
download | vim-git-818078ddfbb8cc2546f697c5675a251d095722ec.tar.gz |
Updated runtime files and translations.
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index aaa487606..46a4c9f5e 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} |