-
Notifications
You must be signed in to change notification settings - Fork 6
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
a vim error: .md is not an editor command #9
Comments
Thank you! You mean you included the hashes in the selection, and you would like them to appear in the link and the filename? Or you would like the plugin to ignore the hashes? |
No. Not the hashes. Just visually selected the phrase “manual plugins” |
Hmm, I cannot reproduce; on my side, the buffer |
I tried again and it only occurs when there is a space at the end of the visually selected text. Is it possible that untrimmed surrounding spaces is causing both the creation of a file without the .md extension and the subsequent error? |
Do you still have the issue? I wasn't able to reproduce on my side, and since it's pretty old now I'm closing it, but feel free to open a new one with more details if necessary. |
Thanks for the great minimalist plugin
to reproduce: type
## Manual plugins
v$ to select and
a vim error in function follow_link: .md is not an editor command.
the file is created as "Manual-plugins" without the .md ext.
the file is not linked
The text was updated successfully, but these errors were encountered: