diff options
| author | Max Christian Pohle | 2020-07-16 22:27:58 +0200 | 
|---|---|---|
| committer | Max Christian Pohle | 2020-07-16 22:27:58 +0200 | 
| commit | c4661ec60a6cb11deb77ec290d954d9070667bf5 (patch) | |
| tree | c1cd924ca39e3d0d4f8aad033f3bd4d3d9345d81 /doc | |
| download | vim-recently-used-c4661ec60a6cb11deb77ec290d954d9070667bf5.tar.bz2 vim-recently-used-c4661ec60a6cb11deb77ec290d954d9070667bf5.zip | |
Initial release as a separate plugin
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/tags | 2 | ||||
| -rw-r--r-- | doc/vim-recently-used.txt | 12 | 
2 files changed, 14 insertions, 0 deletions
| diff --git a/doc/tags b/doc/tags new file mode 100644 index 0000000..7a7b76f --- /dev/null +++ b/doc/tags | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | vim-recently-used-usage vim-recently-used.txt /*vim-recently-used-usage* | ||
| 2 | vim-recently-used.txt vim-recently-used.txt /*vim-recently-used.txt* | ||
| diff --git a/doc/vim-recently-used.txt b/doc/vim-recently-used.txt new file mode 100644 index 0000000..851a12c --- /dev/null +++ b/doc/vim-recently-used.txt | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | *vim-recently-used.txt* A Vim plugin to show a list with recently used files | ||
| 2 | |||
| 3 | ============================================================================== | ||
| 4 | USAGE INSTRUCTIONS *vim-recently-used-usage* | ||
| 5 | |||
| 6 | :RecentlyUsed | ||
| 7 | |||
| 8 | Shows a list of recently used files from the current working directory | ||
| 9 | in the quickfix list. This command refreshes the list in the current | ||
| 10 | working directory, See |:cd| and |:pwd|. | ||
| 11 | |||
| 12 | vim:tw=78:ts=8:ft=help:norl: | ||
