Terminal vim runtime error
Closed this issue · 4 comments
I am getting this error when trying to use the plugin on .html file and invoking via SB:
beautifying, please wait...
Error detected while processing function 125_beautify..319..javascript#runtime#evalScript:
line 39:
There's a problem while evaluating javascript code
Javascript Interpreter => /System/Library/Frameworks/JavaScriptCore.framework/Resources/jsc
Details => SyntaxError: Unexpected end of script
Exception: ReferenceError: Can't find variable: process
/Users/steadystatic/.janus/jsruntime.vim/autoload/javascript/jsrunner/runjs.js:109:16
readSTDIN@/Users/steadystatic/.janus/jsruntime.vim/autoload/javascript/jsrunner/runjs.js:99:21
global code@/Users/steadystatic/.janus/jsruntime.vim/autoload/javascript/jsrunner/runjs.js:104:10
I have node running:
node -v
v0.10.33
Perhaps I should use the other library?
Got the same problem , using macvim
Does this have a solution? Running Vim 7.74.712, Node 0.12.4