Skip to content
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

Do not change after-change-functions when jedi:install-imenu is nil. #235

Merged
merged 1 commit into from
May 29, 2015
Merged

Do not change after-change-functions when jedi:install-imenu is nil. #235

merged 1 commit into from
May 29, 2015

Conversation

stakemori
Copy link
Contributor

If I understand the code correctly, the purpose of jedi:after-change-handler is to change the value of jedi:defined-names--cache.
And this value is used for only functions which is related to jedi and imenu.
So if jedi:install-imenu is nil, jedi:after-change-handler should not be added to after-change-functions. I think this commit will fix #234.

syohex added a commit that referenced this pull request May 29, 2015
Do not change after-change-functions when jedi:install-imenu is nil.
@syohex syohex merged commit 736300f into tkf:master May 29, 2015
@ramnes
Copy link
Contributor

ramnes commented Jun 12, 2015

Got hit by the same bug (#234), thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

revert-buffer is broken in jedi-mode
3 participants