Skip to content

Commit

Permalink
chore(doc): improve doc of CocCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Aug 31, 2023
1 parent c7d73df commit 09e0c00
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/coc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2993,8 +2993,12 @@ COMMANDS *coc-commands*

:CocCommand {name} [{args}] ... *:CocCommand*

Run a command contributed by extensions, use `<tab>` for name
completion.
Run a command provided by coc.nvim or contributed by extensions, use
`<tab>` for name completion.

This command send notification to coc.nvim, to perform task after
the command use |CocAction('runCommand')| instead.


:CocOpenLog *:CocOpenLog*

Expand Down

0 comments on commit 09e0c00

Please sign in to comment.