The following changes are made in this release:
- Update the MRU list every time a buffer is entered (BufEnter).
- Add the MruGetFiles() function to return the List of MRU files. Can be used to execute Ex commands on the MRU list.
- When loading a deleted buffer, make the buffer listed again.
- Support using command modifiers (e.g. topleft) with the MRU command.
- Add the :MRUToggle command to toggle the MRU window.
- When the MRU file names are displayed in the current window, keep the alternate file when opening a file.
- Add support for setting the alternate file to the first file in the MRU list (MRU_Set_Alternate_File).
- Support opening encrypted files from the MRU list.
- Search the files in the MRU list ignoring case.
- Use the MRU window height for the FZF window.
- Pass the "--no-sort" option to FZF to keep the MRU file order.
- Refresh the MRU list before invoking FZF.
- Use the FZF window layout for the FZFMru command.
- Add additional tests.