summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-01-11 22:35:41 +0100
committerportix <portix@gmx.net>2012-01-11 22:35:41 +0100
commit0d338cc133cb5db3981088a5420b1311a14b3b58 (patch)
tree6272dc46d71007db7dc51ef879c497b08f9d7222 /src/config.h
parent6d0eeed96c394d3b00e19e74dbeb14e78c188289 (diff)
downloaddwb-0d338cc133cb5db3981088a5420b1311a14b3b58.zip
Handle editor command also in insert mode
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 58473600..807397eb 100644
--- a/src/config.h
+++ b/src/config.h
@@ -708,7 +708,7 @@ static FunctionMap FMAP [] = {
{ 0 }, EP_NONE, { "fs", NULL }, },
{ { "open_editor", "Open external editor" }, 1,
- (Func) commands_open_editor, "No input focused", NEVER_SM,
+ (Func) commands_open_editor, "No input focused", ALWAYS_SM,
{ 0 }, EP_NONE, { "editor", NULL }, },
};/*}}}*/