Fixed wrong ex command code in completion.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 28 Sep 2013 23:09:47 +0000 (01:09 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 28 Sep 2013 23:09:47 +0000 (01:09 +0200)
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_BMR:
+                case EX_BMA:
                     sort  = true;
                     found = bookmark_fill_tag_completion(store, in);
                     break;