Updated runtime files and translations.

This commit is contained in:
Bram Moolenaar
2016-08-27 21:58:42 +02:00
parent 73d4e4c892
commit 818078ddfb
11 changed files with 1023 additions and 851 deletions

View File

@ -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}