Skip to content

Commit 4556062

Browse files
authored
Merge pull request #4226 from VimspectorUpdateBot/auto/update-vim-docs
[Auto] Update vim docs
2 parents d088ff7 + 5a2b587 commit 4556062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/youcompleteme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2966,8 +2966,8 @@ number like '99'.
29662966
When |g:ycm_auto_trigger| is '0', YCM sets the 'completefunc', so that you can
29672967
manually trigger normal completion using 'C-x C-u'.
29682968

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

0 commit comments

Comments
 (0)