Skip to content

Version 3.11 (Aug 20, 2022)

Latest
Compare
Choose a tag to compare
@yegappan yegappan released this 20 Aug 14:49
· 8 commits to master since this release

The following changes are made in this release:

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