aboutsummaryrefslogtreecommitdiff
path: root/doc/select_old_files.txt
blob: d6fd8feaedd75df339350b01a5aaa38cd8008c0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
*select_old_files.txt*	For Vim version 7.0	Last change: 2019 Jun 21

DESCRIPTION				*select_old_files*

Slightly enhanced `:browse oldfiles` that limits the count of selectable
files, defaulting to just short of the window height, to avoid a pager.

REQUIREMENTS				*select_old_files-requirements*

This plugin only loads if 'compatible' is not set.

COMMANDS				*select_old_files-commands*

					*:SelectOldFiles*
Enter the `:SelectOldFiles` command for a |v:oldfiles| menu. It works like
`:browse oldfiles`, except it limits the number of files presented.  An
optional argument can be provided; it defaults to `g:select_old_files_limit`
if set, or a count just short of the window height.

MAPPINGS				*select_old_files-mappings*

					*<Plug>(SelectOldFiles)*
The `<Plug>(SelectOldFiles)` map in normal mode just does `:SelectOldFiles`
with no argument.

OPTIONS					*select_old_files-options*

					*g:select_old_files_limit*
Set `g:select_old_files_limit` to the default count of |v:oldfiles| to be used
in the absence of an argument to `:SelectOldFiles`.

AUTHOR					*select_old_files-author*

Written and maintained by Tom Ryder <tom@sanctum.geek.nz>.

LICENSE					*select_old_files-license*

Licensed for distribution under the same terms as Vim itself (see |license|).

 vim:tw=78:ts=8:ft=help:norl: