Fixed wrong mapped 'T' and 'O' commands.
authorDaniel Carl <danielcarl@gmx.de>
Thu, 26 Sep 2013 23:57:22 +0000 (01:57 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Thu, 26 Sep 2013 23:57:22 +0000 (01:57 +0200)
src/normal.c

index c087a02..834280c 100644 (file)
@@ -526,7 +526,7 @@ static VbResult normal_input_open(const NormalCmdInfo *info)
     if (strchr("ot", info->cmd)) {
         vb_set_input_text(info->cmd == 't' ? ":tabopen " : ":open ");
     } else {
-        vb_echo(VB_MSG_NORMAL, false, ":%s %s", info->cmd == 'T' ? "open" : "tabopen", GET_URI());
+        vb_echo(VB_MSG_NORMAL, false, ":%s %s", info->cmd == 'T' ? "tabopen" : "open", GET_URI());
     }
     /* switch mode after setting the input text to not trigger the
      * commands modes input change handler */