From 75b894b0cdab0c6960886791784e04cca0582c5e Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Mon, 27 Aug 2012 20:29:39 -0400 Subject: [PATCH] Load editor in history-substring-search --- modules/history-substring-search/init.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/history-substring-search/init.zsh b/modules/history-substring-search/init.zsh index 86fa103..1146b7b 100644 --- a/modules/history-substring-search/init.zsh +++ b/modules/history-substring-search/init.zsh @@ -6,6 +6,9 @@ # Sorin Ionescu # +# Load dependencies. +omodload 'editor' + source "${0:h}/external/zsh-history-substring-search.zsh" #