Skip to content

Commit

Permalink
Add more explanation about why extension my fail to load
Browse files Browse the repository at this point in the history
Signed-off-by: Wincent Colaiuta <win@wincent.com>
  • Loading branch information
wincent committed Jul 12, 2010
1 parent a0b13e1 commit c501b36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/command-t.vim
Expand Up @@ -141,7 +141,8 @@ ruby << EOF
end
retry if load_path_modified

# could get here if C extension was not compiled
# could get here if C extension was not compiled, or was compiled
# for the wrong architecture or Ruby version
require 'command-t/stub'
$command_t = CommandT::Stub.new
end
Expand Down

0 comments on commit c501b36

Please sign in to comment.