mirror of
https://github.com/neovim/neovim.git
synced 2026-04-22 23:35:32 +00:00
@@ -4559,7 +4559,7 @@ fullcommand({name}) *fullcommand()*
|
||||
The string argument {name} may start with a `:` and can
|
||||
include a [range], these are skipped and not returned.
|
||||
Returns an empty string if a command doesn't exist or if it's
|
||||
ambiguous (for user-defined functions).
|
||||
ambiguous (for user-defined commands).
|
||||
|
||||
For example `fullcommand('s')`, `fullcommand('sub')`,
|
||||
`fullcommand(':%substitute')` all return "substitute".
|
||||
|
||||
Reference in New Issue
Block a user