Skip to content

Commit

Permalink
Merge branch 'master', remote-tracking branch 'origin'
Browse files Browse the repository at this point in the history
  • Loading branch information
michalliu committed May 14, 2012
2 parents 5865bc6 + 77b29ef commit e4c01d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugin/jsruntime/jsruntime.vim
Expand Up @@ -36,12 +36,10 @@ except ImportError,e:
err = str(e)
if err.startswith("libboost_python.so.1.50.0"):
print "Hint:"
print "(PyV8) - A Javascript interpreter can be enabled by execute"
print "(PyV8) - A Javascript interpreter can be enabled by execute the follwing command"
print " "
print "sudo ln -s %s /usr/lib" % os.path.join(vim.eval("s:install_dir"),'PyV8','libboost_python.so.1.50.0')
print " "
except:
pass
EOF
endif

Expand Down

0 comments on commit e4c01d7

Please sign in to comment.