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

Compatibility Fix for insert-mode Tab mapping #411

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

modk
Copy link
Contributor

@modk modk commented Jul 19, 2014

I cleaned up my code a little and included a check if the respective mapping is already in use (e.g. by supertab). If there is a previous mapping, nothing will be done. This could be solved by delegating the mapping via maparg() but I was unable to do it due to my limited knowledge of vimscript and other internals. Feel free to include this if you want. Supertab does something similar.

@modk
Copy link
Contributor Author

modk commented Aug 8, 2014

I had to reintroduce a function in clang_complete.vim as I had problems passing keys from python to vim without exiting insert mode. If anyone knows how to improve this, feel free to contribute.

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.

1 participant