Skip to content

Commit

Permalink
Fix cross-tab-completetion double word error
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed May 11, 2012
1 parent e437dd6 commit 1e8ab42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Commands/Complete across current open files.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ open_files.each do |file_name|
end
@loader.join
TextMate::UI.complete(choices.uniq)
TextMate::UI.complete(choices.uniq, :initial_filter => current_word)
</string>
<key>input</key>
<string>word</string>
Expand Down

0 comments on commit 1e8ab42

Please sign in to comment.