sponsor Vim development Vim logo Vim Book Ad

oldfilesearch.vim : search the :oldfiles list and edit one file

 script karma  Rating 0/0, Downloaded by 757  Comments, bugs, improvements  Vim wiki

created by
Pavol Juhas
 
script type
utility
 
description
Add :OldFileSearch command for searching the :oldfiles list
and editing one file.

Examples

" Select old files that contain vimrc in their name:

:OldFileSearch vimrc

" Select oldfiles that contain both "ftpl" and "python.vim" in their
" full path.  This should match ~/.vim/ftplugin/python.vim if present
" in :oldfiles.

:OldFileSearch ftpl python.vim
 
install details
Expand the archive in the ~/.vim directory

tar xzf oldfilesearch-1.0.tar.gz -C ~/.vim/

Or if you use pathogen.vim add the oldfilesearch.vim repository
to your bundles:

cd ~/.vim/bundle
git clone https://github.com/pavoljuhas/oldfilesearch.vim
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
oldfilesearch-1.0.tar.gz 1.0 2016-01-05 7.0 Pavol Juhas Initial upload
ip used for rating: 216.73.216.46

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github