feat: trigger completion of commands on the input of backlash / char

This commit is contained in:
Srevin Saju
2021-05-01 13:30:24 +03:00
parent ee595ed374
commit 6575d23072
4 changed files with 17 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ public:
enum AutoCompletionType {
User,
Emoji,
Command,
None,
Ignore,
};