diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-20 18:36:54 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-20 18:36:54 +0200 |
commit | e11d61a3b1cdedf3144de697a2b38af62c3a78d8 (patch) | |
tree | 780b910e267d2808570462891177c769f5fd855c /runtime/doc | |
parent | 66e29d7112e437b2b50efe1f82c7e892736d23e4 (diff) | |
download | vim-git-e11d61a3b1cdedf3144de697a2b38af62c3a78d8.tar.gz |
patch 7.4.2231v7.4.2231
Problem: ":oldfiles" output is a very long list.
Solution: Add a pattern argument. (Coot, closes #575)
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/starting.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index a4847c2e2..015f68ea5 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -1611,11 +1611,20 @@ most of the information will be restored). *:ol* *:oldfiles* :ol[dfiles] List the files that have marks stored in the viminfo file. This list is read on startup and only changes - afterwards with ":rviminfo!". Also see |v:oldfiles|. + afterwards with `:rviminfo!`. Also see |v:oldfiles|. The number can be used with |c_#<|. {not in Vi, only when compiled with the |+eval| feature} +:ol[dfiles] {pat} +:ol[dfiles] /{pat}/ + Like `:oldfiles` but only files matching {pat} will + be included. {pat} is a Vim search pattern. Instead + of enclosing it in / any non-ID character (see + |'isident'|) can be used, so long as it does not + appear in {pat}. Without the enclosing character the + pattern cannot include the bar character. + :bro[wse] ol[dfiles][!] List file names as with |:oldfiles|, and then prompt for a number. When the number is valid that file from |