oldfilesearch.vim : search the :oldfiles list and edit one file
script karma |
Rating 0/0,
Downloaded by 685 |
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
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.9.172
|