8000 Tags · yegappan/mru · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: yegappan/mru

Tags

v3.11

Toggle v3.11's commit message
Update the version number and date

v3.10

Toggle v3.10's commit message
Update the version number and date

v3.9

Toggle v3.9's commit message
Released on Feb 3, 2015

1. Mapping for escape key breaks special key functionality in terminal Vim
2. Configurable syntax highlighting pattern (Ingo Karkat)
3. To open a file in a new tab page at the end, use $ instead of 999.
4. When opening a file from the MRU list, if the current buffer is modified and the 'hidden' option is set, then replace the current buffer. Otherwise open the file in a new window.
5. Updated help text.

v3.8

Toggle v3.8's commit message
Released on March 5, 2014

1. Add a mapping to open a file in the preview window (By Ingo Karkat)
2. Add support for changing the filename format in the MRU window (By Ingo Karkat)
3. Add new key bindings (By Ingo Karkat)
4. Mark the MRU buffer as modifiable always
5. Add syntax highlighting for file names

v3.7

Toggle v3.7's commit message
Released on Dec 22, 2013

1. Use the fnameescape() function (if available) to escape special characters in file names.

v3.6

Toggle v3.6's commit message
Released on Dec 22, 2013

1. When deleting the last empty line in the MRU buffer, use the black hole (_) register.
2. Set the filetype option for the MRU buffer to 'mru'.
3. When comparing strings, use '==#' instead of '==' to match case.

v3.5

Toggle v3.5's commit message
Released on May 8, 2013

First file in the MRU list is not added to the MRU menu. Fix a off-by-one error.

v3.4

Toggle v3.4's commit message
Released on April 14, 2012

1. Separate the file name and the path in the MRU window.
2. Added support for always opening selected files in a
   tab (MRU_Open_File_Use_Tabs option).
3. Added support for opening the MRU window even for single
   files (MRU_Window_Open_Always option).
4. Added new mapping for opening files in a vertically split
   window from the MRU widow (key O).

v3.3

Toggle v3.3's commit message
Released on Dec 18, 2009

1. Limit the number of file names displayed in the MRU menu.
2. Provide a configuration variable for selecting the number
   of file names displayed in the MRU menu or in the sub-menu.
3. Add a menu accelerator for the Recent Files menu.
4. Add the ":Mru" command (alias for the ":MRU" command) for ease of use.
5. When a file not present in the MRU list is supplied to
   the ":Mru" command, then open the file.
6. Add 'v' command to edit a file from the MRU list as read-only.
7. Increase the default MRU list size to 100 from 10.
8. Support for opening multiple files from the MRU list.

v3.2

Toggle v3.2's commit message
Released on Sep 23, 2008

1. Escape special characters in filenames for security reasons.
2. On MS-Windows, use the _vim_mru_files file from the $USERPROFILE directory.
3. When the ':vimgrep' command is used, don't add the files to the MRU list.
4. When getting the files matching a pattern, first try it as a literal string.
5. Show tooltip text for MRU menu entries.
0