diff options
author | portix <portix@gmx.net> | 2012-01-11 22:35:41 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-01-11 22:35:41 +0100 |
commit | 0d338cc133cb5db3981088a5420b1311a14b3b58 (patch) | |
tree | 6272dc46d71007db7dc51ef879c497b08f9d7222 /src/config.h | |
parent | 6d0eeed96c394d3b00e19e74dbeb14e78c188289 (diff) | |
download | dwb-0d338cc133cb5db3981088a5420b1311a14b3b58.zip |
Handle editor command also in insert mode
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
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 }, }, };/*}}}*/ |