From abfc4ab6e58a45ad4d82971f66a34f177cd16104 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Mon, 6 Oct 2014 16:50:03 -0400 Subject: [PATCH] [Fix #648] Do not instruct users to call editor-info --- modules/editor/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/editor/README.md b/modules/editor/README.md index d989e35c..c673bee3 100644 --- a/modules/editor/README.md +++ b/modules/editor/README.md @@ -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 -------