We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d088ff7 + 5a2b587 commit 4556062Copy full SHA for 4556062
doc/youcompleteme.txt
@@ -2966,8 +2966,8 @@ number like '99'.
2966
When |g:ycm_auto_trigger| is '0', YCM sets the 'completefunc', so that you can
2967
manually trigger normal completion using 'C-x C-u'.
2968
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:
+If you want to map something else to trigger completion, such as 'C-d', then
+you can map it to '<plug>(YCMComplete)'. For example:
2971
>
2972
let g:ycm_auto_trigger = 0
2973
imap <c-d> <plug>(YCMComplete)
0 commit comments