-
Notifications
You must be signed in to change notification settings - Fork 23
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
Dictionary not being generated #19
Comments
That's odd, as the dictionary generation has been fairly reliable. Are the permissions in your vim bundle directory different from your running user that might prevent Vim from creating new files in that spell directory? |
Probably unrelated, but I found that 7.3 dictionaries aren't compatible with those generated by 7.4. I had to replace my system vim with homebrew to avoid an error...
|
Seeing this same issue on Windows 10. Any thoughts on how to work around or debug this issue? |
Figured it out...or, at least, I figured out what was happening in my case, I'm not sure about the op. wordy#init() contains two exe calls that use unsanitized paths. Wrapping them in fnameescape() solves the problem. |
I made a patch. Probably. I've never actually made a patch with git before. |
I'm on OS X 10.10.5 using vim version 7.3.
I get this error when I try to run something like
:Wordy weak
:Looking at my file system the
spell
dir is empty. I assume that means wordy didn't generate the dictionaries for me.Full vim version:
The text was updated successfully, but these errors were encountered: