diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-10-06 10:47:23 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-10-06 10:47:23 +1000 |
| commit | 5bdcfab018592ffa204f1b646f7249a506cd3e4d (patch) | |
| tree | 93c3f5d149a47b2c11f35a4e4f2c75c0f7e18dc7 /doc | |
| parent | 0d20e57e29567ba3db09e098c2cb4a2dce8c2df5 (diff) | |
| parent | ab6bc413586319e6a7c7cdd4f575e894af111e19 (diff) | |
Merge remote-tracking branch 'laelath/shell-command-completion'
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/pages/commands.asciidoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/pages/commands.asciidoc b/doc/pages/commands.asciidoc index a373ef72..b5ebefd0 100644 --- a/doc/pages/commands.asciidoc +++ b/doc/pages/commands.asciidoc @@ -291,6 +291,9 @@ New commands can be defined using the *define-command* command: try command completion on any parameter passed to this command *-shell-completion*::: + try shell command completion on any parameter passed to this command + +*-shell-script-completion*::: following string is a shell command which takes parameters as positional params and output one completion candidate per line. The provided shell command will run after each keypress @@ -305,7 +308,7 @@ New commands can be defined using the *define-command* command: Position of the cursor inside the token being completed, in bytes from token start. -*-shell-candidates*::: +*-shell-script-candidates*::: following string is a shell command which takes parameters as positional params and output one completion candidate per line. The provided shell command will run once at the beginning of each |
