From 4efecf7f5b86949de387e63fa86715bc39f92219 Mon Sep 17 00:00:00 2001 From: Iain McNulty Date: Wed, 15 Dec 2021 02:03:38 +0000 Subject: [PATCH] Correct vim doc reference for getcmdtype() (#650) --- doc/cmp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cmp.txt b/doc/cmp.txt index 1907bc5..47a5bdf 100644 --- a/doc/cmp.txt +++ b/doc/cmp.txt @@ -149,7 +149,7 @@ NOTE: You can call these functions in mapping via `lua require('cmp').compl *cmp.setup.cmdline* (cmdtype: string, config: cmp.ConfigSchema) Setup cmdline configuration to the specific cmdtype. - See |getcmetype()| + See |getcmdtype()| NOTE: nvim-cmp does not support the `=` cmdtype. *cmp.visible* ()