From 3ac8d6cd29c74ff482d8ea47d45e5081bfc3f5ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20P?= Date: Wed, 17 May 2023 07:21:18 +0200 Subject: [PATCH] docs: fix adjecent typo (#1577) --- doc/cmp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cmp.txt b/doc/cmp.txt index b977aac..fd6daef 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=cmp.ConfirmBehavior.Insert`: inserts the selected item and moves adjacent text to the right (default). - `behavior=cmp.ConfirmBehavior.Replace`: replaces adjecent text with + `behavior=cmp.ConfirmBehavior.Replace`: replaces adjacent text with the selected item. >lua cmp.setup {