-
Notifications
You must be signed in to change notification settings - Fork 69
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
E716, this plugin is language dependent #44
Comments
Thanks! I sometimes forget that people use different languages and therefore have some |
The I think I fixed the language specific issue now. Please test. |
Ty for your fast response, and it seems to work like a charm now. Also ty for the hint with the However, links do not seem to 'collapse'. And I am not sure if that is the intended behavior. When the cursor is on There are prob little chances that this is related, but I would like to not miss out on that. Edit: I just discovered for testing purpose, that when i open a ..but I guess I missed out on something in the manual. Sry for the inconvenience in that case. |
No inconvenience. First, the feature you are talking about is the conceal feature from syntax highlighting, see
The main point is that is does not include syntax rules or filetype specific rules. As suggested, one could use the |
Good work and thanks for pointing me into the co-related subject of the vim universe, and the implementation means of this plugin! (Also the blog post is awesome.) |
Yes, I also liked it. Feel free to let me know if you have other issues or feature requests :) |
When on a word (default mappings) an Error msg appears and no link is created
trying to get a translated error msg:
$ export LC_ALL=C
-> no error appears, links and pages created accordingly.
however, setting
let g:wiki_link_target_type = ['md']
breaks then again with:
I'll provide a minimal working example if needed. But it already took me a while to figure the problem after moving from another wiki plugin.
edit/ my (updated) plugin config:
The text was updated successfully, but these errors were encountered: