https://github.com/yegappan/mru.git

Yegappan Lakshmanan a9dce95023 Add support for specifying the MRU window height in the :MRU command пре 5 година
doc a9dce95023 Add support for specifying the MRU window height in the :MRU command пре 5 година
plugin a9dce95023 Add support for specifying the MRU window height in the :MRU command пре 5 година
test 54a5b06b0c Fix error with older versions of Vim пре 5 година
.gitignore 8d68adaa91 Add a .gitignore file пре 5 година
LICENSE 3f59d1f5bb Add additional tests and add a LICENSE file пре 5 година
README.md 28a7075845 rename some files пре 5 година

README.md

Most Recently Used (MRU) Vim plugin

The Most Recently Used (MRU) plugin provides an easy access to a list of recently opened/edited files in Vim. This plugin automatically stores the file names as you open/edit them in Vim.

This plugin will work on all the platforms where Vim is supported. This plugin will work in both console and GUI Vim. This version of the MRU plugin needs Vim 7.0 and above.

Installation

You can install this plugin directly from github using the following steps (in Vim 8.0 and above):

    $ mkdir -p $HOME/.vim/pack/downloads/start/mru
    $ cd $HOME/.vim/pack/downloads/start/mru
    $ git clone https://github.com/yegappan/mru

or you can use any one of the Vim plugin managers (dein.vim, pathogen, vam, vim-plug, volt, Vundle, etc.) to install and manage this plugin.

The user manual is available at: http://github.com/yegappan/mru/wiki/User-Manual