Correct vim doc reference for getcmdtype() (#650)

This commit is contained in:
Iain McNulty
2021-12-15 02:03:38 +00:00
committed by GitHub
parent da4c071f6b
commit 4efecf7f5b

View File

@@ -149,7 +149,7 @@ NOTE: You can call these functions in mapping via `<Cmd>lua require('cmp').compl
*cmp.setup.cmdline* (cmdtype: string, config: cmp.ConfigSchema) *cmp.setup.cmdline* (cmdtype: string, config: cmp.ConfigSchema)
Setup cmdline configuration to the specific cmdtype. Setup cmdline configuration to the specific cmdtype.
See |getcmetype()| See |getcmdtype()|
NOTE: nvim-cmp does not support the `=` cmdtype. NOTE: nvim-cmp does not support the `=` cmdtype.
*cmp.visible* () *cmp.visible* ()