diff options
author | nyamatongwe <unknown> | 2000-07-12 03:20:19 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-07-12 03:20:19 +0000 |
commit | 372b4cbe4a43236de333d2b0dda964973b886bc8 (patch) | |
tree | 4b778b01098b96d73f86437e2ea3a35d0085453b /src/AutoComplete.cxx | |
parent | d03640b271b24ef2ee59dd78157efae5c7ed3ea9 (diff) | |
download | scintilla-mirror-372b4cbe4a43236de333d2b0dda964973b886bc8.tar.gz |
John's changes to autocompletion.
Diffstat (limited to 'src/AutoComplete.cxx')
-rw-r--r-- | src/AutoComplete.cxx | 1 |
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() { |