aboutsummaryrefslogtreecommitdiff
path: root/doc/vim-recently-used.txt
diff options
context:
space:
mode:
authorMax Christian Pohle2020-07-16 22:27:58 +0200
committerMax Christian Pohle2020-07-16 22:27:58 +0200
commitc4661ec60a6cb11deb77ec290d954d9070667bf5 (patch)
treec1cd924ca39e3d0d4f8aad033f3bd4d3d9345d81 /doc/vim-recently-used.txt
downloadvim-recently-used-c4661ec60a6cb11deb77ec290d954d9070667bf5.tar.bz2
vim-recently-used-c4661ec60a6cb11deb77ec290d954d9070667bf5.zip
Initial release as a separate plugin
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:
..