about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-04-02 23:57:06 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-04-02 23:57:06 +0200
commit75a43f923fbd1454f06b137ecbc245b3a0f95188 (patch)
tree6c0939f2708cc0502309e4ae5176b9a3f1e2afee
parent7eec3107fc57b9a43fc9e9edaae3315f56fd9523 (diff)
downloadprofani-tty-75a43f923fbd1454f06b137ecbc245b3a0f95188.tar.gz
Fix omemo autocompletion mitake
Don't return too early. We still need to check for regular omemo
autocompletion (omemo_ac).
-rw-r--r--src/command/cmd_ac.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/command/cmd_ac.c b/src/command/cmd_ac.c
index d1d8cb62..5eda9566 100644
--- a/src/command/cmd_ac.c
+++ b/src/command/cmd_ac.c
@@ -2399,8 +2399,6 @@ _omemo_autocomplete(ProfWin *window, const char *const input, gboolean previous)
                     }
                 }
             }
-
-            return NULL;
         }
 #endif
     }