summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authoralex1701c <alex1701c.dev@gmx.net>2020-08-18 15:34:46 +0200
committeralex1701c <alex1701c.dev@gmx.net>2020-08-18 15:34:46 +0200
commit5325780f768c9bb75924c08b4663b84b86e12bd9 (patch)
tree235980b86631747ff6d1466d13192e317fc1e5a3 /config.h
parent89490957bb4e37a631a75cb05b298bfd3d752d1b (diff)
Cleanup, set better default behavior
The prefix is by default enabled, but cant be foreced. Also the plugin requires at least three characters typed, unless the single runner mode is used.
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h b/config.h
index 4a3c267..474c7cd 100644
--- a/config.h
+++ b/config.h
@@ -25,7 +25,6 @@
struct Config {
- constexpr static const char *showOnlyPrefixed = "showOnlyPrefixed";
constexpr static const char *showActions = "showAdditionalActions";
constexpr static const char *showFileContentAction = "showFullFileContentAction";
struct Group {