Skip to content

Instantly share code, notes, and snippets.

@filipechagas
Created January 12, 2012 22:45
Show Gist options
  • Save filipechagas/1603628 to your computer and use it in GitHub Desktop.
Save filipechagas/1603628 to your computer and use it in GitHub Desktop.
Solve to command-T problem - command-t.vim could not load the C extension
#using ruby 1.8
cd ~/.vim/ruby/command-t
make clean
env ARCHFLAGS="-arch x86_64" ruby extconf.rb
env ARCHFLAGS="-arch x86_64" make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment