From c7189282199d6f92d3becb91d4f44fc734f75f98 Mon Sep 17 00:00:00 2001 From: MinSeok Kim <120371989+uoreDev@users.noreply.github.com> Date: Wed, 3 May 2023 16:05:35 +0900 Subject: [PATCH] fix typo (#1551) --- doc/cmp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cmp.txt b/doc/cmp.txt index 5d1beed..5250706 100644 --- a/doc/cmp.txt +++ b/doc/cmp.txt @@ -224,7 +224,7 @@ NOTE: `lua require('cmp').complete()` can be used to call these functio `behavior=cmd.ConfirmBehavior.Insert`: inserts the selected item and moves adjacent text to the right (default). - `bheavior=cmd.ConfirmBehavior.Replace`: replaces adjecent text with + `behavior=cmd.ConfirmBehavior.Replace`: replaces adjecent text with the selected item. *cmp.event:on* (%EVENT_NAME%, callback)