Skip to content

Commit

Permalink
Added :FuzzyFinderTextMateRefreshFiles command
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Chandler <sethbc@sethbc.org>
  • Loading branch information
bradediger authored and sethbc committed Feb 4, 2009
1 parent db7cc03 commit cf5ae0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README
Expand Up @@ -20,6 +20,8 @@ There are several different variables that you may set in your .vimrc file that
* g:fuzzy_ignore - this is a delimited list of file glob patterns to ignore. Entries may be delimited using either semi-colons or commas.
* g:fuzzy_matching_limit - this is the maximum number of items that will be matched, and defaults to 200. If the finder feels sluggish to you, you can reduce this to something smaller (100, or 50).

For efficiency, the directories provided are never rescanned for changes. The :FuzzyFinderTextMateRefreshFiles command will force a rescan.

Installation
-----------------------
First, make sure you have the Fuzzyfinder script[1]. Install that as per the instructions for that script.
Expand Down
2 changes: 2 additions & 0 deletions fuzzyfinder_textmate.vim
Expand Up @@ -19,6 +19,8 @@ endfunction

command! -bang -narg=? -complete=file FuzzyFinderTextMate call FuzzyFinderTextMateLauncher(<q-args>, len(<q-bang>))

command! FuzzyFinderTextMateRefreshFiles ruby finder.rescan!

function! InstantiateTextMateMode() "{{{
ruby << RUBY
begin
Expand Down

0 comments on commit cf5ae0b

Please sign in to comment.