-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vim-coffescript autocommand #42
Comments
Can you post settings for vim-coffee-script and example of file in which you run |
minimal example:
test.coffee:
running |
Thanks! Yes |
Fix error. But it because compiled file don't has content when calling |
Thanks, it works now!
|
👍 |
Am getting the same error when am trying to beautify a javascript file using |
@tispratik can you describe test case? It reproduce if run vim only with vim-jsbeautify? |
Ok! Big Thanks! |
Yup! If put cursor on first blank line then we get erro |
Move issue to #47 |
Thanks for your help @maksimr. Am beginning on vim and glad to get so much responsiveness from awesome people like yourself :) |
@tispratik Thanks!) No problems) |
I'm using
and want to apply vim-jsbeautify to the scratch compile buffer
from my vimrc:
When i type ":CoffeeCompile" i get the following error:
It seems like the plugin tries to save the cursor position but there is none.
Any help appreciated!
The text was updated successfully, but these errors were encountered: