Skip to content

Commit

Permalink
Merge pull request #4225 from mauricesvp/patch-1
Browse files Browse the repository at this point in the history
Remove extra backtick
  • Loading branch information
mergify[bot] committed Mar 4, 2024
2 parents c3c0332 + 3b607df commit d088ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2678,7 +2678,7 @@ 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``,
If you want to map something else to trigger completion, such as `C-d`,
then you can map it to `<plug>(YCMComplete)`. For example:

```viml
Expand Down

0 comments on commit d088ff7

Please sign in to comment.