From f01f6a11ff9507658da8d88a889f676ff072b97d Mon Sep 17 00:00:00 2001 From: Joe Bloggs Date: Sat, 21 Jun 2014 20:21:46 +0100 Subject: [PATCH] Remove remarks about cursor position That was a mistake. --- zsh-completions-howto.org | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh-completions-howto.org b/zsh-completions-howto.org index 39e7445..8b9c65d 100644 --- a/zsh-completions-howto.org +++ b/zsh-completions-howto.org @@ -436,7 +436,6 @@ To reload a completion function: #+END_SRC The following functions can be called to obtain useful information. -You may need to position the cursor right after the word to be completed before using the debug command. If the default keybindings don't work, you can try pressing Alt+x and then enter the command name. | Function | Default keybinding | Description | |-----------------+--------------------+--------------------------------------------------------------------------------------------------------------------------------|