projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c52e5c
)
Fixed wrong mapped 'T' and 'O' commands.
author
Daniel Carl
<danielcarl@gmx.de>
Thu, 26 Sep 2013 23:57:22 +0000
(
01:57
+0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Thu, 26 Sep 2013 23:57:22 +0000
(
01:57
+0200)
src/normal.c
patch
|
blob
|
history
diff --git
a/src/normal.c
b/src/normal.c
index
c087a02
..
834280c
100644
(file)
--- a/
src/normal.c
+++ b/
src/normal.c
@@
-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" : "tab
open", 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 */