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

[Auto] Update vim docs #4226

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/youcompleteme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2966,8 +2966,8 @@ number like '99'.
When |g:ycm_auto_trigger| is '0', YCM sets the 'completefunc', so that you can
manually trigger normal completion using 'C-x C-u'.

If you want to map something else to trigger completion, such as 'C-d``, then
you can map it to'(YCMComplete)`. For example:
If you want to map something else to trigger completion, such as 'C-d', then
you can map it to '<plug>(YCMComplete)'. For example:
>
let g:ycm_auto_trigger = 0
imap <c-d> <plug>(YCMComplete)
Expand Down
Loading