[Fix #648] Do not instruct users to call editor-info

This commit is contained in:
Sorin Ionescu 2014-10-06 16:50:03 -04:00
parent 657e8a16f4
commit abfc4ab6e5
1 changed files with 1 additions and 2 deletions

View File

@ -49,8 +49,7 @@ To indicate when the editor is completing, add the following to your
zstyle ':prezto:module:editor:info:completing' format '...'
Then add `$editor_info[context]`, where context is *keymap*, *insert*, or
*overwrite*, to `$PROMPT` or `$RPROMPT` and call `editor-info` in the
`prompt_name_preexec` hook function.
*overwrite*, to `$PROMPT` or `$RPROMPT`.
Authors
-------