You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix auto jumping and key insertion when clang complete snippet jump is not the default ...
When g:clang_complete_snippet_jump_map is not the default then two things broke:
- snippet jumping after completion and
- using mapped key when there is nothing to jump to (there is nothing to replace)
This commit fixes that.
0 commit comments