recent.vim : Quick access to recently written files 
 
 
  |  script karma  | 
  
    Rating 124/43,
    Downloaded by 2014   | 
  
   Comments, bugs, improvements 
   | 
  
    Vim wiki
   |   
 
 
 
| created by |  
| Andy Wokula |  
|   |  
| script type |  
| utility |  
|   |  
| description |  
Former recentern.vim
 Inspired by vimscript #1228
 
 Recent.vim keeps track of files you have _written_ recently.  This is useful
 to continue work on files that are scattered around the file system.
 
 The list of filenames is persistently stored in ~/.vim/recent_files
 
 Per default, the filelist shows up at startup if no other file (or session) is loaded.
 Also a menu with commands gets installed.  You can turn these things off.
 
 To open a file of the list, several commands and options are provided to make
 use of windows and tabpages.
 
 Details can be found in the help file.
 
 Misc:
 - if there is a window for a file, it is always reused (first one found in
   any tabpage), currently not customizable
 - files can be ignored based on autocmd-pattern
 - filenames can be highlighted based on extension
 - the file list is only updated when necessary |  
|   |  
| install details |  
recent.vim is a plugin, put it into the plugin folder or :source it directly
 	:help add-plugin
 
 See the Customization section in the script (recommended) |  
|   |  
 
script versions (upload new version)
Click on the package to download.
 
 
ip used for rating: 216.73.216.208
           |