From c282b20ee88553e560fb47cad04911b94cec7748 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Sun, 29 Sep 2013 01:09:47 +0200
Subject: [PATCH] Fixed wrong ex command code in completion.

---
 src/ex.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ex.c b/src/ex.c
index 3946970..599f57a 100644
--- 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;
-- 
2.20.1