Skip to content

Commit d088ff7

Browse files
authored
Merge pull request #4225 from mauricesvp/patch-1
Remove extra backtick
2 parents c3c0332 + 3b607df commit d088ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2678,7 +2678,7 @@ number like `99`.
26782678
When `g:ycm_auto_trigger` is `0`, YCM sets the `completefunc`, so that you can
26792679
manually trigger normal completion using `C-x C-u`.
26802680

2681-
If you want to map something else to trigger completion, such as `C-d``,
2681+
If you want to map something else to trigger completion, such as `C-d`,
26822682
then you can map it to `<plug>(YCMComplete)`. For example:
26832683

26842684
```viml

0 commit comments

Comments
 (0)