From 3b607df57ade0f00c7f400a066a24ba47907fbee Mon Sep 17 00:00:00 2001 From: maurice Date: Mon, 4 Mar 2024 11:43:27 +0100 Subject: [PATCH] Remove extra backtick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f97b8c5c8..de59c4398 100644 --- a/README.md +++ b/README.md @@ -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 `(YCMComplete)`. For example: ```viml