aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/AutoComplete.cxx')
-rw-r--r--src/AutoComplete.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx
index 75e26fe28..00a3a75fc 100644
--- a/src/AutoComplete.cxx
+++ b/src/AutoComplete.cxx
@@ -16,6 +16,7 @@ AutoComplete::AutoComplete() {
posStart = 0;
strcpy(stopChars, "");
separator = ' ';
+ cancelAtStartPos = false;
}
AutoComplete::~AutoComplete() {