forked from ycm-core/YouCompleteMe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide a way to manually trigger YCM's completions
When automatic triggering is disabled, we now set the completefunc, so the user can use C-x C-u. We also provide a plug mapping that does the completion as users may not be comfortable with c-x c-u. As this is a very unusual use-case for YCM we sweep under the rug that most users probably want to use <Tab> for both completion and "next". Or perhaps want to use C-p in the same way. For now a unique mapping works.
- Loading branch information
1 parent
060c564
commit c6e80b0
Showing
3 changed files
with
61 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters