From c4661ec60a6cb11deb77ec290d954d9070667bf5 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Thu, 16 Jul 2020 22:27:58 +0200 Subject: Initial release as a separate plugin --- doc/vim-recently-used.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/vim-recently-used.txt (limited to 'doc/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 @@ +*vim-recently-used.txt* A Vim plugin to show a list with recently used files + +============================================================================== +USAGE INSTRUCTIONS *vim-recently-used-usage* + +:RecentlyUsed + + Shows a list of recently used files from the current working directory + in the quickfix list. This command refreshes the list in the current + working directory, See |:cd| and |:pwd|. + +vim:tw=78:ts=8:ft=help:norl: -- cgit v1.2.3