aboutsummaryrefslogtreecommitdiff
path: root/doc/vim-recently-used.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/vim-recently-used.txt')
-rw-r--r--doc/vim-recently-used.txt12
1 files changed, 12 insertions, 0 deletions
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==============================================================================
4USAGE 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
12vim:tw=78:ts=8:ft=help:norl:
..