projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73072c6
)
Fixed wrong ex command code in completion.
author
Daniel Carl
<danielcarl@gmx.de>
Sat, 28 Sep 2013 23:09:47 +0000
(
01:09
+0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Sat, 28 Sep 2013 23:09:47 +0000
(
01:09
+0200)
src/ex.c
patch
|
blob
|
history
diff --git
a/src/ex.c
b/src/ex.c
index
3946970
..
599f57a
100644
(file)
--- a/
src/ex.c
+++ b/
src/ex.c
@@
-903,7
+903,7
@@
static gboolean ex_complete(short direction)
found = setting_fill_completion(store, in);
break;
- case EX_BM
R
:
+ case EX_BM
A
:
sort = true;
found = bookmark_fill_tag_completion(store, in);
break;