diff options
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: | ||