commit | 2a8ced0150574929dfc5360c4aacac626501079f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 24 11:54:31 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 24 11:54:31 2008 +0000 |
tree | ba465cc066e5697adb9891340c3c66f1e27f6434 | |
parent | 90dca41948543478f096ce6c1c9677edc12d5a07 [diff] [blame] |
updated for version 7.2-073
diff --git a/src/option.c b/src/option.c index 15986f4..8fa298c 100644 --- a/src/option.c +++ b/src/option.c
@@ -8328,7 +8328,7 @@ { --arg; /* put arg at the '<' */ modifiers = 0; - key = find_special_key(&arg, &modifiers, TRUE); + key = find_special_key(&arg, &modifiers, TRUE, TRUE); if (modifiers) /* can't handle modifiers here */ key = 0; }