Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upgarbled output if run within Vim #64
Comments
This comment has been minimized.
This comment has been minimized.
|
Not sure on this, but have you tried using the syntastic plugin for vim? It includes a standard syntax checker. |
This comment has been minimized.
This comment has been minimized.
|
Can you paste the code that was originally in the buffer before it got mangled? |
This comment has been minimized.
This comment has been minimized.
|
Here is another one (I definitely lost the previous one) This is the file content: function callMe() {
console.log('this is wrong')
}
callMe()This is
|
This comment has been minimized.
This comment has been minimized.
|
Which version of standard? |
This comment has been minimized.
This comment has been minimized.
|
Seems to work for me. I can't reproduce this. Can you try disabling all your vim plugins in case one of them is interfering? |
This comment has been minimized.
This comment has been minimized.
Exactly the same behavior without vim plugins, with either the stock VIM or the one from Homebrew. This is the VIM from homebrew:
And this the stock vim:
|
This comment has been minimized.
This comment has been minimized.
|
Can you please try running standard on node v0.10.36? In iojs and v0.12 the problem is not there. |
This comment has been minimized.
This comment has been minimized.
|
Just tried with node 0.10.36 and still couldn't reproduce it. Can you see if using |
This comment has been minimized.
This comment has been minimized.
|
Exact same behavior, it all works fine with node v0.12 and iojs and fails in v0.10. This gets more and more weird. Any idea what it can be? I would love to try stuff, but I have no idea. |
This comment has been minimized.
This comment has been minimized.
|
I think we may have dropped 0.10 support here: #36 |
This comment has been minimized.
This comment has been minimized.
|
We're planning to get rid of the |
This comment has been minimized.
This comment has been minimized.
|
Hey @mcollina, can you try again with |
This comment has been minimized.
This comment has been minimized.
|
Solved, thank you! ;). |
mcollina
closed this
Mar 19, 2015
This comment has been minimized.
This comment has been minimized.
|
Wohoo! |

mcollina commentedMar 13, 2015
Running within vim completely destroy the Vim window. You can run it by issuing (:! standard) in vim.
