-
Notifications
You must be signed in to change notification settings - Fork 16
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
Running :InstantRst gives the error that it can't open a .tmp file #20
Comments
I need to make a tmp file in your tmp directory, can you open that directory? |
Yea the directory is available but It still gives the same error message. |
It looks like it tries to open the tempfile with the wrong name. Because I see a tempfile being created, but in the error messages it says it looks for a different file. For example: |
... |
Do you have any idea why this is happening? I would like to use this plugin because it looks awesome if it works. |
InstantRst/after/ftplugin/rst/instantRst.vim Line 123 in 96f3768
you can check with |
well... |
Were you able to find a reason for this ? |
InstantRst/after/ftplugin/rst/instantRst.vim Line 126 in 96f3768
No, you can try yourself, check if it's the right name when writing file add |
Run into the same, and #22 fixes it. Besides, since instant-rst is in Python3, had to use |
When I run the :InstantRst command from a RST file I get the following error messages:
Sorry for it being in dutch, but it means:
Could you help me to make this work?
The text was updated successfully, but these errors were encountered: