-
Notifications
You must be signed in to change notification settings - Fork 13
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
cannot call AutoCorrect in vimrc #5
Comments
Hi Yao, thanks for the kind words and reaching out. I can take a look at On Wed, Dec 17, 2014 at 10:57 AM, Yao Zuo notifications@github.com wrote:
|
Sorry, I have not had much time to take a look at this. Is this still an issue for you? |
Not really. If you don't have time, that's fine. |
I am not sure what version of Vundle you are using, but the latest Vundle README says that you need to A couple of tangential notes, as penance for taking so long with replying.. :) I don't think you need |
I've checked I'm using the latest version of Vundle(0.10.2). P.S. I'm using Mac so this error has nothing to do with windows path. Maybe you could reproduce it? |
OK, thanks for that information. Yes, I should be able to repro locally. On Sun, Feb 8, 2015 at 11:33 PM, Yao Zuo notifications@github.com wrote:
|
I was able to reproduce the issue locally. I think the solution is one of the following:
Hope that helps! |
Hi, panozzaj! first off, thanks for your great plugin!! |
FYI: I will leave this open for now until I update the documentation. |
I tried below and it now works like a charm.
|
I installed the plugin, really great tool! Calling AutoCorrect() after launching vim had no problem, but When I put
call AutoCorrect()
into .vimrc, it keeps warning meHere's my .vimrc file, everything is OK if I remove the last line which is
call AutoCorrect()
.Thank you!
The text was updated successfully, but these errors were encountered: